Class: PostDeploymentMigration::PostDeploymentMigrationGenerator

Inherits:
ActiveRecord::Generators::MigrationGenerator
  • Object
show all
Defined in:
lib/generators/post_deployment_migration/post_deployment_migration_generator.rb

Instance Method Summary collapse

Instance Method Details

#db_migrate_pathObject



9
10
11
# File 'lib/generators/post_deployment_migration/post_deployment_migration_generator.rb', line 9

def db_migrate_path
  super.sub("migrate", "post_migrate")
end