Class: ActiveRecord::Base

Inherits:
Object show all
Defined in:
lib/foreign_model.rb

Instance Method Summary collapse

Instance Method Details

#write_raw_attribute(name, value) ⇒ Object



80
81
82
# File 'lib/foreign_model.rb', line 80

def write_raw_attribute(name, value)
  write_attribute name.to_sym, value
end