method
timestamp_attributes_for_create_in_model
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::Timestamp
timestamp_attributes_for_create_in_model()private
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 77
def timestamp_attributes_for_create_in_model
timestamp_attributes_for_create.select { |c| self.class.column_names.include?(c.to_s) }
end