Module: Mongoid::Document
- Defined in:
- lib/foreign_model.rb
Instance Method Summary collapse
Instance Method Details
#write_raw_attribute(name, value) ⇒ Object
92 93 94 |
# File 'lib/foreign_model.rb', line 92 def write_raw_attribute(name, value) raw_attributes[name.to_s] = value end |