From 49eafd8c3620bf8e46d21d447fc634a12c8280ab Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 26 Oct 2007 05:56:46 +0000 Subject: Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8036 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/parrot.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 activerecord/test/fixtures/parrot.rb (limited to 'activerecord/test/fixtures/parrot.rb') diff --git a/activerecord/test/fixtures/parrot.rb b/activerecord/test/fixtures/parrot.rb new file mode 100644 index 0000000000..340c73b907 --- /dev/null +++ b/activerecord/test/fixtures/parrot.rb @@ -0,0 +1,4 @@ +class Parrot < ActiveRecord::Base + has_and_belongs_to_many :pirates + has_and_belongs_to_many :treasures +end -- cgit v1.2.3