Method: Sprockets::Base#unregister_bundle_processor
- Defined in:
- lib/sprockets/base.rb
#unregister_bundle_processor(mime_type, klass) ⇒ Object
203 204 205 206 207 |
# File 'lib/sprockets/base.rb', line 203 def unregister_bundle_processor(mime_type, klass) # Overrides the global behavior to expire the index expire_index! super end |