Module: Clowne::Adapters::ActiveRecordDSL::InstanceMethods
- Defined in:
- lib/clowne/adapters/active_record/dsl.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#clowne(**args, &block) ⇒ Object
Shortcut to call class’s cloner call with self.
Instance Method Details
#clowne(**args, &block) ⇒ Object
Shortcut to call class’s cloner call with self
9 10 11 |
# File 'lib/clowne/adapters/active_record/dsl.rb', line 9 def clowne(**args, &block) self.class.cloner_class.call(self, **args, &block) end |