method
timestamp_column_names
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::FixtureSet::TableRow::HasManyThroughProxy
timestamp_column_names()public
No documentation available.
# File activerecord/lib/active_record/fixture_set/table_row.rb, line 37
def timestamp_column_names
@association.through_reflection.klass.all_timestamp_attributes_in_model
end