Sha256: 57c8f999af26f6bbc42ea9addecb6331741864ddaaf6d5e39761dd905ff269c9

Contents?: true

Size: 224 Bytes

Versions: 1

Compression:

Stored size: 224 Bytes

Contents

module Tasks
  class Taskables::Question::Vote < ActiveRecord::Base
    belongs_to :answer, class_name: 'Tasks::Taskables::Question::Answer'
    belongs_to :option, class_name: 'Tasks::Taskables::Question::Option'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tasuku-0.0.1 app/models/tasks/taskables/question/vote.rb