Module: Fulmar::Domain::Service::Helper::DatabaseHelper
- Defined in:
- lib/fulmar/service/helper/database_helper.rb
Overview
Provides access helper to the database service from within a task
Instance Method Summary collapse
Instance Method Details
#database ⇒ Object
7 8 9 |
# File 'lib/fulmar/service/helper/database_helper.rb', line 7 def database storage['database'] ||= Fulmar::Infrastructure::Service::Database::DatabaseService.new configuration end |