Could someone point me to some info on what database field names the
framework automatically recognizes and handles? Is it correct that
this would be in the scaffolding system?
My feeble google searches have returned no love.
I’d like to add a ‘created’ and a ‘last_updated’ field to one of my
tables and have rails automatically handle them. (Much preferred than
for me to manually write up SQL statements which just call ‘now()’
conditionally).
Thanks.
Peter