Class: HeliosphereGenerator

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

Instance Method Summary collapse

Instance Method Details

#create_initializer_fileObject



5
6
7
# File 'lib/generators/heliosphere_generator.rb', line 5

def create_initializer_file
  copy_file "heliosphere.rb", "config/initializers/heliosphere.rb"
end