aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/pirate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/pirate.rb')
-rw-r--r--activerecord/test/fixtures/pirate.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/pirate.rb b/activerecord/test/fixtures/pirate.rb
new file mode 100644
index 0000000000..d22d66bac9
--- /dev/null
+++ b/activerecord/test/fixtures/pirate.rb
@@ -0,0 +1,4 @@
+class Pirate < ActiveRecord::Base
+ belongs_to :parrot
+ has_and_belongs_to_many :parrots
+end