class LocationLog < ActiveRecord::Base
  self.table_name = :LocationLog
  self.primary_key = :LocLogId
end
