Sha256: 20d8bb73fab2b028f589d40487970a0d6a0c7b0e886c92ec8045f773c0e0dc93

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

module Tasuku
  class Taskables::Question::Option < ActiveRecord::Base
    belongs_to :question
    has_many :votes
    has_many :answers, through: :votes

    validates_presence_of :text
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tasuku-0.1.1 app/models/tasuku/taskables/question/option.rb