Appease Rubocop.

This commit is contained in:
Connor Shea 2016-06-23 11:58:20 -06:00
parent ff01ca9c96
commit 3e363a5a79
No known key found for this signature in database
GPG Key ID: E52237E5B35A83E6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
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