foalfetch/app/models/chapter.rb

3 lines
58 B
Ruby

class Chapter < ApplicationRecord
belongs_to :story
end