method
timestamp_attributes_for_create
rails latest stable - Class:
ActiveRecord::Timestamp
timestamp_attributes_for_create()public
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 76
def timestamp_attributes_for_create
["created_at", "created_on"]
end