annotate 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
rev   line source
Chris@0 1 class Project < ActiveRecord::Base
Chris@0 2 has_and_belongs_to_many :developers, :uniq => true
Chris@0 3 end