Page MenuHomeGRNET

status.rb
No OneTemporary

File Metadata

Created
Wed, Jun 10, 6:55 PM

status.rb

class Status < ActiveRecord::Base
self.table_name = :Status
self.primary_key = :JobStatus
end

Event Timeline