foalfetch/app/models/author.rb

3 lines
57 B
Ruby

class Author < ApplicationRecord
has_many :stories
end