Class: EnvironmentGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/environment/environment_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_environment_fileObject



6
7
8
9
# File 'lib/generators/environment/environment_generator.rb', line 6

def create_environment_file
  assert_valid_environment!
  template('environment.rb', File.join('config/environments', class_path, "#{file_name}.rb"))
end