Method: Og::EntityMixin#save

Defined in:
lib/og/entity.rb

#save(options = nil) ⇒ Object Also known as: save!, validate_and_save

Persist the object.



33
34
35
# File 'lib/og/entity.rb', line 33

def save(options = nil)
  self.class.ogmanager.store.save(self, options)
end