useful legacy DB methods


/ Published in: Rails
Save to your folder(s)



Copy this code and paste it in your HTML
  1. class Sector < ActiveRecord::Base
  2. set_table_name "Sector"
  3. set_primary_key "SectorID"
  4. end

Report this snippet


Comments


You need to login to view comments.