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



84
85
86
# File 'lib/foreign_model.rb', line 84

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