Sha256: a54793f85ee4baf08c911118c513052e9cfcfee7ac2606c72c68f9ccbdda2bdd
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 Bytes
Contents
module Tasks class Taskables::Taskable::Response < ActiveRecord::Base self.table_name = 'tasks_taskables_taskable_responses' belongs_to :author, polymorphic: true belongs_to :submittable, polymorphic: true belongs_to :task end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tasuku-0.0.1 | app/models/tasks/taskables/taskable/response.rb |