Module: Xmvc::Helpers::Sprockets::InstanceMethods
- Defined in:
- lib/xmvc/helpers/sprockets.rb
Instance Method Summary collapse
-
#xmvc_asset(vid, format) ⇒ Object
Convenience method simply delegates to ClassMethods.
Instance Method Details
#xmvc_asset(vid, format) ⇒ Object
Convenience method simply delegates to ClassMethods
15 16 17 |
# File 'lib/xmvc/helpers/sprockets.rb', line 15 def xmvc_asset(vid, format) self.class.xmvc_asset(vid, format) end |