method
timestamp_attributes_for_update_in_model
v3.1.0 -
Show latest stable
- Class:
ActiveRecord::Timestamp
timestamp_attributes_for_update_in_model()private
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 75
def timestamp_attributes_for_update_in_model
timestamp_attributes_for_update.select { |c| self.class.column_names.include?(c.to_s) }
end