Skip to content

Instantly share code, notes, and snippets.

@tanelsuurhans
Forked from anonymous/gist:4974320
Created February 18, 2013 00:17
Show Gist options
  • Save tanelsuurhans/4974331 to your computer and use it in GitHub Desktop.
Save tanelsuurhans/4974331 to your computer and use it in GitHub Desktop.
class MyModel < ActiveRecord::Base
attr_accessible :my_attribute
def my_attribute=(value)
# do something else here...
write_attribute(:my_attribute, value)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment