Page MenuHomeGRNET

location_log.rb
No OneTemporary

File Metadata

Created
Wed, Jun 10, 12:47 PM

location_log.rb

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

Event Timeline