simple_crm/app/models/all_page.rb

5 lines
61 B
Ruby

class AllPage < ApplicationRecord
belongs_to :article
end