Module: EntityMixin
- Defined in:
- lib/og/entity/clone.rb
Overview
Add cloning functionality to entities. – WARNING, gmosx: I haven’t tested this extensively, this is a donated patch. ++
Instance Method Summary collapse
Instance Method Details
#og_clone(*args) ⇒ Object
11 12 13 |
# File 'lib/og/entity/clone.rb', line 11 def og_clone(*args) Og::Entity.clone(self,*args) end |