Mercurial > hg > soundsoftware-site
annotate .svn/pristine/9b/9b843f660807b90656bbd6635e8bb719ad266d28.svn-base @ 1433:cfa80f738847 bibliography_testing
Fixed assertion error message.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 Oct 2013 17:29:47 +0100 |
parents | 038ba2d95de8 |
children | 4f746d8966dd |
rev | line source |
---|---|
Chris@1296 | 1 class Developer < ActiveRecord::Base |
Chris@1296 | 2 has_and_belongs_to_many :projects |
Chris@1296 | 3 end |
Chris@1296 | 4 |
Chris@1296 | 5 class DeVeLoPeR < ActiveRecord::Base |
Chris@1296 | 6 self.table_name = "developers" |
Chris@1296 | 7 end |