Page MenuHomeGRNET

client.rb
No OneTemporary

File Metadata

Created
Mon, Aug 17, 1:13 PM

client.rb

class Client < ActiveRecord::Base
self.table_name = :Client
self.primary_key = :ClientId
end

Event Timeline