class Hotspot20 < ActiveRecord::Base
	belongs_to :network_ssid
	has_many :nai_realms
  accepts_nested_attributes_for :nai_realms, :allow_destroy => true
end
