remove deprecated page_specific_javascript_bundle_tag

This commit is contained in:
Mike Greiling 2018-03-12 14:19:51 -05:00
parent a3b85d10e2
commit 4d726d1f9f
No known key found for this signature in database
GPG key ID: 0303DF507FA67596

View file

@ -2,9 +2,4 @@ module JavascriptHelper
def page_specific_javascript_tag(js)
javascript_include_tag asset_path(js)
end
# deprecated; use webpack_bundle_tag directly instead
def page_specific_javascript_bundle_tag(bundle)
webpack_bundle_tag(bundle)
end
end