root/trunk/vendor/rails/actionpack/test/fixtures/developer.rb
@
58
| Revision 58, 149 bytes (checked in by dema, 7 years ago) |
|---|
| Line | |
|---|---|
| 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 |
Note: See TracBrowser
for help on using the browser.
