Class: HierarchySnapshotMigrationGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- HierarchySnapshotMigrationGenerator
- Extended by:
- ActiveRecord::Generators::Migration
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/generators/hierarchy_snapshot_migration/hierarchy_snapshot_migration_generator.rb
Instance Method Summary collapse
Instance Method Details
#manifest ⇒ Object
13 14 15 |
# File 'lib/generators/hierarchy_snapshot_migration/hierarchy_snapshot_migration_generator.rb', line 13 def manifest migration_template 'migration.rb', "db/migrate/#{file_name}" end |