Project

General

Profile

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

validates_presence_of :value, :host_id, :expires

def to_s
value
end

end
(41-41/49)