Module: SaferMigrations
- Defined in:
- lib/safer_migrations.rb,
lib/safer_migrations/errors.rb,
lib/safer_migrations/version.rb,
lib/safer_migrations/command_recorder.rb,
lib/safer_migrations/schema_statements.rb,
lib/safer_migrations/schema_definitions.rb
Defined Under Namespace
Modules: CommandRecorder, SchemaStatements, TableDefinition Classes: DangerousMigrationError
Constant Summary collapse
- VERSION =
"0.1.2"
Class Attribute Summary collapse
-
.enforce_safer_methods ⇒ Object
Returns the value of attribute enforce_safer_methods.
Class Attribute Details
.enforce_safer_methods ⇒ Object
Returns the value of attribute enforce_safer_methods.
8 9 10 |
# File 'lib/safer_migrations.rb', line 8 def enforce_safer_methods @enforce_safer_methods end |