Sha256: 88138c1f8d9592cdb06c46539f2cc30fb0047373ccd1b81423d6b280a5f27243
Contents?: true
Size: 254 Bytes
Versions: 3
Compression:
Stored size: 254 Bytes
Contents
module Tasuku class Taskables::Taskable::Response < ActiveRecord::Base self.table_name = 'tasuku_taskables_taskable_responses' belongs_to :author, polymorphic: true belongs_to :submittable, polymorphic: true belongs_to :task end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tasuku-1.0.1 | app/models/tasuku/taskables/taskable/response.rb |
tasuku-0.1.1 | app/models/tasuku/taskables/taskable/response.rb |
tasuku-0.1.0 | app/models/tasuku/taskables/taskable/response.rb |