Searched defs:update_attributes (Results 1 - 1 of 1) sorted by relevance

/ontohub/lib/
H A Dmigration_with_data.rb37 # update_attributes! calls callbacks and validations (by calling save!).
38 def update_attributes!(record, **attributes)
39 record.update_attributes!(attributes, without_protection: true)

Completed in 312 milliseconds