Method: MigrationBundler::Project#database_class
- Defined in:
- lib/migration_bundler/project.rb
#database_class ⇒ Object
79 80 81 |
# File 'lib/migration_bundler/project.rb', line 79 def database_class MigrationBundler::Util.database_named(database) end |