Froze rails gems
[depot.git] / vendor / rails / actionpack / test / fixtures / developer.rb
diff --git a/vendor/rails/actionpack/test/fixtures/developer.rb b/vendor/rails/actionpack/test/fixtures/developer.rb
new file mode 100644 (file)
index 0000000..c70eda3
--- /dev/null
@@ -0,0 +1,9 @@
+class Developer < ActiveRecord::Base
+  has_and_belongs_to_many :projects
+  has_many :replies
+  has_many :topics, :through => :replies
+end
+
+class DeVeLoPeR < ActiveRecord::Base
+  set_table_name "developers"
+end