Class: ActiveRecord::Generators::DeviseLatcheableGenerator

Inherits:
Base
  • Object
show all
Defined in:
lib/generators/active_record/devise_latcheable_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_configObject



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_migrationObject



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