Method: DataMapper::Migration#database
- Defined in:
- lib/dm-migrations/migration.rb
#database ⇒ Symbol?
Deprecated.
Use #repository instead.
The repository the migration will operate on.
65 66 67 68 |
# File 'lib/dm-migrations/migration.rb', line 65 def database warn "Using the DataMapper::Migration#database method is deprecated, use #repository instead" @repository end |