Class ActiveRecord::Fixtures
In: lib/active_record/fixtures.rb
Parent: Object

Methods

Constants

MAX_ID = 2 ** 30 - 1

Attributes

fixtures  [R] 
model_class  [R] 
name  [R] 
table_name  [R] 

Public Class methods

Returns a consistent, platform-independent identifier for label. Identifiers are positive integers less than 2^32.

Public Instance methods

Return a hash of rows to be inserted. The key is the table, the value is a list of rows to insert to that table.

[Validate]