Skip to content
Snippets Groups Projects
Unverified Commit 3e363a5a authored by Connor Shea's avatar Connor Shea
Browse files

Appease Rubocop.

parent ff01ca9c
No related branches found
No related tags found
No related merge requests found
module JavascriptHelper module JavascriptHelper
def page_specific_javascript_tag(js) def page_specific_javascript_tag(js)
javascript_include_tag asset_path(js), {integrity: true, "data-turbolinks-track" => true} javascript_include_tag asset_path(js), { integrity: true, "data-turbolinks-track" => true }
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment