Module: AssetBundler::ViewHelper

Defined in:
lib/asset_bundler.rb

Overview

Mix this in to view context for convenient access

Instance Method Summary collapse

Instance Method Details

#javascript_include_tag(*args) ⇒ Object



9
10
11
# File 'lib/asset_bundler.rb', line 9

def javascript_include_tag(*args)
  AssetBundler.javascript_include_tag(*args)
end


13
14
15
# File 'lib/asset_bundler.rb', line 13

def stylesheet_link_tag(*args)
  AssetBundler.stylesheet_link_tag(*args)
end