Project

General

Profile

Download (153 Bytes) Statistics
| Branch: | Tag: | Revision:
class Source < ActiveRecord::Base
has_many :reports, :through => :logs
has_many :logs
validates_presence_of :value

def to_s
value
end
end
(32-32/36)