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