private Method

Fixtures.timestamp_column_names

There's no documentation for this item.

Source Code

# File active_record/fixtures.rb, line 671
def timestamp_column_names
  @timestamp_column_names ||= %w(created_at created_on updated_at updated_on).select do |name|
    column_names.include?(name)
  end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.