Class: AppmospheresAudit::ConfigGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_filesObject



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

def copy_files
  template 'templates/config/appmospheres.rb', 'config/initializers/appmospheres_audit.rb'
end