]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/classic_pagination/test/fixtures/project.rb
Backporting the change that I made to the api06 branch to bring the classic_paginatio...
[rails.git] / vendor / plugins / classic_pagination / test / fixtures / project.rb
diff --git a/vendor/plugins/classic_pagination/test/fixtures/project.rb b/vendor/plugins/classic_pagination/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