Sha256: 8fbd0ef001bdfa63e92184a1791fc5d65e6760a07d3a6f8ae7b3ba8c1f9faa17
Contents?: true
Size: 213 Bytes
Versions: 9
Compression:
Stored size: 213 Bytes
Contents
module EnjuQuestion module EnjuItem extend ActiveSupport::Concern included do has_many :answer_has_items, dependent: :destroy has_many :answers, through: :answer_has_items end end end
Version data entries
9 entries across 9 versions & 1 rubygems