Class: Dev::Generators::ConfigGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_configObject



11
12
13
14
15
# File 'lib/generators/dev/config_generator.rb', line 11

def copy_config
  template "dev.yml.erb", "dev.yml" do |content|
    content
  end
end