static public Method

Fixtures.instantiate_all_loaded_fixtures(object, load_instances = true)

There's no documentation for this item.

Source Code

# File active_record/fixtures.rb, line 491
def self.instantiate_all_loaded_fixtures(object, load_instances = true)
  all_loaded_fixtures.each do |table_name, fixtures|
    Fixtures.instantiate_fixtures(object, table_name, fixtures, load_instances)
  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.