Class: Importmap::Reloader

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

Instance Method Summary collapse

Instance Method Details

#reload!Object



7
8
9
# File 'lib/importmap/reloader.rb', line 7

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