To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 95 / 957a35283c86613cfdffafbc41af0c7fb0f88eb4.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (149 Bytes)

1
class Developer < ActiveRecord::Base
2
  has_and_belongs_to_many :projects
3
end
4

    
5
class DeVeLoPeR < ActiveRecord::Base
6
  set_table_name "developers"
7
end