Commit 3e363a5a authored by Connor Shea's avatar Connor Shea

Appease Rubocop.

parent ff01ca9c
module JavascriptHelper
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment