Class: Puff::Generators::ConfigGenerator

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

Instance Method Summary collapse

Instance Method Details

#create_config_fileObject



10
11
12
# File 'lib/generators/puff/config_generator.rb', line 10

def create_config_file
  template 'puff.yml', File.join('config', "puff.yml")
end