class Roaming < ActiveRecord::Base
	belongs_to :network_ssid
  belongs_to :location_network
  belongs_to :organisation
end
