/ Published in: Rails

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
class Sector < ActiveRecord::Base set_table_name "Sector" set_primary_key "SectorID" end
Comments
