Method: ModelRecord#update_attributes

Defined in:
lib/model/the_record.rb

#update_attributes(**args) ⇒ Object

:nodoc:



209
210
211
# File 'lib/model/the_record.rb', line 209

def update_attributes **args    # :nodoc:
  update  args
end