foalfetch/app/models/author.rb

4 lines
57 B
Ruby
Raw Normal View History

class Author < ApplicationRecord
has_many :stories
end