Method: Og::EntityMixin#update_attributes

Defined in:
lib/og/entity.rb

#update_attributes(*attrs) ⇒ Object Also known as: update_attribute, aupdate, update_properties, update_property



56
57
58
# File 'lib/og/entity.rb', line 56

def update_attributes(*attrs)
  self.class.ogmanager.store.update(self, :only => attrs)
end