aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/parrot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/parrot.rb')
-rw-r--r--activerecord/test/fixtures/parrot.rb4
1 files changed, 4 insertions, 0 deletions
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