Module: BetterService::Concerns::Serviceable::Transactional::ClassMethods
- Defined in:
- lib/better_service/concerns/serviceable/transactional.rb
Instance Method Summary collapse
-
#with_transaction(value) ⇒ Object
Enable or disable database transactions for this service.
Instance Method Details
#with_transaction(value) ⇒ Object
Enable or disable database transactions for this service
38 39 40 |
# File 'lib/better_service/concerns/serviceable/transactional.rb', line 38 def with_transaction(value) self._with_transaction = value end |