Flowdock
method

timestamp_column_names

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: FixtureSet
timestamp_column_names() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/fixtures.rb, line 628
      def timestamp_column_names
        @timestamp_column_names ||=
          %(created_at created_on updated_at updated_on) & column_names
      end
Register or log in to add new notes.