myobject = MyObject.new | |
myobject.price = 55 | |
myobject.with(safe: {w:1, j:1}).save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
myobject = MyObject.new | |
myobject.price = 55 | |
myobject.with(safe: {w:1, j:1}).save |