instance method
reload!
Ruby on Rails 1.1.6
Since v1.0.3 Last seen in v2.2.3Signature
reload!()
No documentation comment.
Source
# File lib/importmap/reloader.rb, line 4
def reload!
import_map_paths.each { |path| Rails.application.importmap.draw(path) }
end
Defined in lib/importmap/reloader.rb line 4
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Importmap::Reloader