/ Published in: Rails
Expand |
Embed | Plain Text
class Sector < ActiveRecord::Base set_table_name "Sector" set_primary_key "SectorID" end
You need to login to post a comment.
obi on 07/20/09
1 person have marked this snippet as a favorite
class Sector < ActiveRecord::Base set_table_name "Sector" set_primary_key "SectorID" end
You need to login to post a comment.