You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Is there a spiffy Rails way to easily get a list of fields updated in an update call? I figure it's possible to go into the model and keep track of what fields are changed in each field=() method (before the save happens), but I'm hoping that there is a method that will do that for me. Any ideas?
Thanks.
Al Evans
unread,
Aug 17, 2007, 8:06:00 AM8/17/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
acts_as_modified is a plugin that does what you want