instance method timestamp_column_names

Ruby on Rails 3.2.22.5

Since v3.1.12 Last seen in v3.2.22.5 Private

Available in: v3.1.12 v3.2.22.5

Signature

timestamp_column_names()

No documentation comment.

Source
# File activerecord/lib/active_record/fixtures.rb, line 650
      def timestamp_column_names
        @timestamp_column_names ||=
          %w(created_at created_on updated_at updated_on) & column_names
      end

Defined in activerecord/lib/active_record/fixtures.rb line 650 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Fixtures

Type at least 2 characters to search.

↑↓ navigate · open · esc close