Method: Sprockets::Base#append_path
- Defined in:
- lib/sprockets/base.rb
#append_path(path) ⇒ Object
107 108 109 110 111 |
# File 'lib/sprockets/base.rb', line 107 def append_path(path) # Overrides the global behavior to expire the index expire_index! super end |