Class: ActiveRecord::Generators::DeviseLatcheableGenerator
- Inherits:
-
Base
- Object
- Base
- ActiveRecord::Generators::DeviseLatcheableGenerator
- Defined in:
- lib/generators/active_record/devise_latcheable_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_config ⇒ Object
14 15 16 |
# File 'lib/generators/active_record/devise_latcheable_generator.rb', line 14 def copy_config template "latch.yml", "config/latch.yml" end |
#copy_devise_latcheable_migration ⇒ Object
10 11 12 |
# File 'lib/generators/active_record/devise_latcheable_generator.rb', line 10 def copy_devise_latcheable_migration migration_template "migration.rb", "db/migrate/add_devise_latcheable_to_#{table_name}.rb" end |