Answers for "rails different way to update attribute without vlaidation"

0

activerecord update skip validation

object.attribute = value
object.save(:validate => false)
Posted by: Guest on September-13-2020

Code answers related to "rails different way to update attribute without vlaidation"

Browse Popular Code Answers by Language