aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/project.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/project.rb')
-rw-r--r--actionpack/test/fixtures/project.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/project.rb b/actionpack/test/fixtures/project.rb
new file mode 100644
index 0000000000..2b53d39ed5
--- /dev/null
+++ b/actionpack/test/fixtures/project.rb
@@ -0,0 +1,3 @@
+class Project < ActiveRecord::Base
+ has_and_belongs_to_many :developers, :uniq => true
+end