gitlab-org--gitlab-foss/app/helpers/javascript_helper.rb

6 lines
115 B
Ruby
Raw Normal View History

module JavascriptHelper
def page_specific_javascript_tag(js)
2017-01-13 21:54:16 +00:00
javascript_include_tag asset_path(js)
2016-06-01 00:34:30 +00:00
end
end