Class: RippedParams::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#create_yaml_templatesObject



6
7
8
# File 'lib/generators/ripped_params/install/install_generator.rb', line 6

def create_yaml_templates
  template "project_params.yml", "lib/ripped_params/project/project_params.yml"
end