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.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activerecord/test/fixtures/pirate.rb b/activerecord/test/fixtures/pirate.rb
deleted file mode 100644
index f7193dfbe0..0000000000
--- a/activerecord/test/fixtures/pirate.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class Pirate < ActiveRecord::Base
- belongs_to :parrot
- has_and_belongs_to_many :parrots
- has_many :loots, :as => :looter
-end