aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/matey.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/matey.rb')
-rw-r--r--activerecord/test/fixtures/matey.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/test/fixtures/matey.rb b/activerecord/test/fixtures/matey.rb
deleted file mode 100644
index 47b0baa974..0000000000
--- a/activerecord/test/fixtures/matey.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-class Matey < ActiveRecord::Base
- belongs_to :pirate
- belongs_to :target, :class_name => 'Pirate'
-end