Method: EmbedsMany::Child#update

Defined in:
lib/embeds_many/child.rb

#update(attrs) ⇒ Object



82
83
84
85
86
# File 'lib/embeds_many/child.rb', line 82

def update(attrs)
  @attributes.update(attrs)

  save
end