foalfetch/app/models/chapter.rb

4 lines
58 B
Ruby
Raw Normal View History

class Chapter < ApplicationRecord
belongs_to :story
end