view vendor/plugins/classic_pagination/test/fixtures/project.rb @ 1016:be5cf488993e bibplugin_bibtex_display

added config.ru file to .hgignore (needed by rack based servers).
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 12 Nov 2012 20:12:58 +0000
parents 513646585e45
children
line wrap: on
line source
class Project < ActiveRecord::Base
  has_and_belongs_to_many :developers, :uniq => true
end