Froze rails gems
[depot.git] / vendor / rails / actionpack / test / fixtures / project.rb
diff --git a/vendor/rails/actionpack/test/fixtures/project.rb b/vendor/rails/actionpack/test/fixtures/project.rb
new file mode 100644 (file)
index 0000000..2b53d39
--- /dev/null
@@ -0,0 +1,3 @@
+class Project < ActiveRecord::Base
+  has_and_belongs_to_many :developers, :uniq => true
+end