spmx_county.rb 113 B

1234
  1. class SpmxCounty < ActiveRecord::Base
  2. #-- Associations
  3. belongs_to :spmx_state, :foreign_key => "state_id"
  4. end