Class: ActiveRecordUuid::Generators::ConfigGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- ActiveRecordUuid::Generators::ConfigGenerator
- Defined in:
- lib/active_record_uuid/rails/generators/config_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_config_file ⇒ Object
11 12 13 |
# File 'lib/active_record_uuid/rails/generators/config_generator.rb', line 11 def copy_config_file template 'active_record_uuid_config.rb', 'config/initializers/active_record_uuid_config.rb' end |