Method: ActiveRecord::Timestamp::ClassMethods#timestamp_attributes_for_update_in_model
- Defined in:
- activerecord/lib/active_record/timestamp.rb
#timestamp_attributes_for_update_in_model ⇒ Object
69 70 71 72 |
# File 'activerecord/lib/active_record/timestamp.rb', line 69 def @timestamp_attributes_for_update_in_model ||= ( & column_names).freeze end |