class CabezaDeTermo::Assets::BundleReference
A reference to an assets bundle. The reference_id can be the bundle name, such as
:jquery
or
:'bootstrap-css'
Public Instance Methods
collect_assets_with(assets_collector)
click to toggle source
Add the assets referenced by the bundle to the assets_collector
# File lib/cabeza-de-termo/assets/bundles/bundle-reference.rb, line 12 def collect_assets_with(assets_collector) assets_collector.require reference_id end