Method: Deltacloud::Helpers::Database#current_db
- Defined in:
- lib/cimi/helpers/database_helper.rb
#current_db ⇒ Object
This method allows to store things into database based on current driver and provider.
39 40 41 |
# File 'lib/cimi/helpers/database_helper.rb', line 39 def current_db Deltacloud::Database::Provider.lookup end |