aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/warehouse_thing.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/warehouse_thing.rb')
-rw-r--r--activerecord/test/fixtures/warehouse_thing.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activerecord/test/fixtures/warehouse_thing.rb b/activerecord/test/fixtures/warehouse_thing.rb
deleted file mode 100644
index 6ace1183cc..0000000000
--- a/activerecord/test/fixtures/warehouse_thing.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class WarehouseThing < ActiveRecord::Base
- set_table_name "warehouse-things"
-
- validates_uniqueness_of :value
-end \ No newline at end of file