method
timestamp_attributes_for_create_in_model
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::Timestamp
timestamp_attributes_for_create_in_model()public
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 64
def timestamp_attributes_for_create_in_model
timestamp_attributes_for_create.select { |c| column_names.include?(c) }
end