Class: ExceptionHandler::MigrationGenerator
- Inherits:
-
ActiveRecord::Generators::Base
- Object
- ActiveRecord::Generators::Base
- ExceptionHandler::MigrationGenerator
- Defined in:
- lib/generators/exception_handler/migration_generator.rb
Instance Method Summary collapse
-
#create_errors_migration ⇒ Object
Create Migration.
Instance Method Details
#create_errors_migration ⇒ Object
Create Migration
22 23 24 |
# File 'lib/generators/exception_handler/migration_generator.rb', line 22 def create_errors_migration migration_template "create_table.rb", "db/migrate/create_errors.rb" end |