method
timestamp_attributes_for_create
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::Timestamp::ClassMethods
timestamp_attributes_for_create()private
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 92
def timestamp_attributes_for_create
["created_at", "created_on"].map! { |name| attribute_aliases[name] || name }
end