root/trunk/vendor/rails/actionpack/test/fixtures/developer.rb @ 58

Revision 58, 149 bytes (checked in by dema, 7 years ago)

Updating to Rails 1.1.2

Line 
1class Developer < ActiveRecord::Base
2  has_and_belongs_to_many :projects
3end
4
5class DeVeLoPeR < ActiveRecord::Base
6  set_table_name "developers"
7end
Note: See TracBrowser for help on using the browser.