method

before_setup

before_setup()
public

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 825
    def before_setup
      setup_fixtures
      super
    end