ぼざクリタグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
151 B

  1. class TheatreComment < ApplicationRecord
  2. include Discard::Model
  3. self.primary_key = :theatre_id, :no
  4. belongs_to :theatre
  5. belongs_to :user
  6. end