Sha256: 02b889da47afa1c016d8421e87b5d31b070eb1aa0243aea9a4becf22d20ea608
Contents?: true
Size: 168 Bytes
Versions: 3
Compression:
Stored size: 168 Bytes
Contents
module Rostra class Answer < ActiveRecord::Base belongs_to :question belongs_to :user acts_as_voteable validates :text, :presence => true end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rostra-0.0.3 | app/models/rostra/answer.rb |
rostra-0.0.2 | app/models/rostra/answer.rb |
rostra-0.0.1 | app/models/rostra/answer.rb |