class SubRepertoire < ApplicationRecord belongs_to :repertoire has_many :tag_repertoires, ->{order(updated_at: :desc)} ,:dependent => :destroy end