Module: SmarterAssetTagHelper
- Defined in:
- lib/smarter_asset_tag_helper.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 6 |
# File 'lib/smarter_asset_tag_helper.rb', line 3 def self.included(base) base.send :include, InstanceMethods base.send :alias_method_chain, :javascript_include_tag, :query_strings end |