Mercurial > hg > soundsoftware-site
view lib/plugins/classic_pagination/test/fixtures/project.rb @ 1243:b1d3bc0b7f7e redmine-2.2-integration
Fixed bibliography routes file (removed call to sort authors)
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 26 Mar 2013 16:26:50 +0000 |
parents | 433d4f72a19b |
children |
line wrap: on
line source
class Project < ActiveRecord::Base has_and_belongs_to_many :developers, :uniq => true end