have a legacy table with a field "LastModifiedDate", and I want to use that column as my "updated_at" column.
Is there any way to tell Rails to use that field?
Or, let me rephrase. :) ... How can I tell Rails to开发者_如何转开发 use that field? :)
Thanks!
Hi You may use after_update
to change value of that column
精彩评论