cirandas.net

ref: master

app/models/national_region_type.rb


1
2
3
4
5
class NationalRegionType < ApplicationRecord
  COUNTRY = 1
  STATE   = 2
  CITY    = 3
end