Class: GoogleMapsEmbed::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/google_maps_embed/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_initializerObject



12
13
14
# File 'lib/generators/google_maps_embed/install/install_generator.rb', line 12

def copy_initializer
  template "google_maps_embed.rb", "config/initializers/google_maps_embed.rb"
end