is there a way to get the original value that an ActiveRecord attribute (=the value that was loaded from the database)?
I want something like this in an observer
Take a look in rails documentation
http://api.rubyonrails.org/classes/ActiveModel/Dirty.html
Model.attribute_was return previous value :D