Sha256: 161b5e2c056184a756e14c9674aaeffb4fd4816bcd7ef83cadaa5a735b445aea

Contents?: true

Size: 165 Bytes

Versions: 1

Compression:

Stored size: 165 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

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