Mercurial > hg > soundsoftware-site
annotate .svn/pristine/9b/9b843f660807b90656bbd6635e8bb719ad266d28.svn-base @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +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 |