91 92 93 94 95 96 97
# File 'activerecord/lib/active_record/tasks/database_tasks.rb', line 91 def fixtures_path @fixtures_path ||= if ENV["FIXTURES_PATH"] File.join(root, ENV["FIXTURES_PATH"]) else File.join(root, "test", "fixtures") end end