1 2 3 4 5 6 7 8
class RelatedAsset < ApplicationRecord belongs_to :page belongs_to :asset acts_as_list :scope => :page_id default_scope -> { order("position ASC") } end