You can do this by using the before_save call back.
In your model, just define a method called before_save
def before_save
other_column = price
end
You can do this by using the before_save call back.
In your model, just define a method called before_save
def before_save
other_column = price
end