Class: ActiveRecord::Generators::SessionMigrationGenerator
- Inherits:
-
Base
- Object
- Base
- ActiveRecord::Generators::SessionMigrationGenerator
- Defined in:
- lib/generators/active_record/session_migration_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration_file ⇒ Object
9 10 11 |
# File 'lib/generators/active_record/session_migration_generator.rb', line 9 def create_migration_file migration_template "migration.rb", "db/migrate/#{file_name}.rb" end |