class TheatreComment < ApplicationRecord include Discard::Model self.primary_key = :theatre_id, :no belongs_to :theatre belongs_to :user end