Module: ActionView::Helpers::SmarterAssetTagHelper

Defined in:
lib/action_view/helpers/smarter_asset_tag_helper.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
8
# File 'lib/action_view/helpers/smarter_asset_tag_helper.rb', line 5

def self.included(base)
  base.send :include, InstanceMethods
  base.send :alias_method_chain, :javascript_include_tag, :query_strings
end