Project

General

Profile

Download (203 Bytes) Statistics
| Branch: | Tag: | Revision:
class Token < ActiveRecord::Base
attr_accessible :value, :expires
belongs_to_host :foreign_key => :host_id

validates :value, :host_id, :expires, :presence => true

def to_s
value
end

end
(41-41/49)