Method: CouchbaseOrm::Persistence#assign_attributes
- Defined in:
- lib/couchbase-orm/persistence.rb
#assign_attributes(hash) ⇒ Object
156 157 158 159 |
# File 'lib/couchbase-orm/persistence.rb', line 156 def assign_attributes(hash) hash = hash.with_indifferent_access if hash.is_a?(Hash) super(hash.except("type")) end |