method

key_list

rails latest stable - Class: Fixture

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

key_list()
public

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 806
  def key_list
    @fixture.keys.map { |column_name| @connection.quote_column_name(column_name) }.join(', ')
  end