Class: Importmap::Reloader

Inherits:
Object
  • Object
show all
Defined in:
lib/importmap/reloader.rb

Instance Method Summary collapse

Instance Method Details

#reload!Object



4
5
6
# File 'lib/importmap/reloader.rb', line 4

def reload!
  import_map_paths.each { |path| Rails.application.importmap.draw(path) }
end