So… maybe you are coding up your totally way rad awesome application in Rails - and you are thinking to yourself.
“Self, I really would like to set my own created_at and updated_at timestamps. Look - there’s even a way to do that in the Rails documentation”
class Feed < ActiveRecord::Base
[...]




