Method: Chore::UnitOfWork#initialize
- Defined in:
- lib/chore/unit_of_work.rb
#initialize ⇒ UnitOfWork
:nodoc:
16 17 18 19 |
# File 'lib/chore/unit_of_work.rb', line 16 def initialize(*) #:nodoc: super @created_at = Time.now end |
:nodoc:
16 17 18 19 |
# File 'lib/chore/unit_of_work.rb', line 16 def initialize(*) #:nodoc: super @created_at = Time.now end |