module GlobalSharedDb::TaskHelper
Constants
- MIGRATE_PATH
Public Instance Methods
current_db()
click to toggle source
# File lib/global_shared_db/task_helper.rb, line 24 def current_db GlobalSharedDb.db_config['database'] end