Class: ExceptionHandler::MigrationGenerator

Inherits:
ActiveRecord::Generators::Base
  • Object
show all
Defined in:
lib/generators/exception_handler/migration_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_errors_migrationObject

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