bookstore/app/models/author.rb

3 lines
37 B
Ruby
Raw Normal View History

2021-03-19 17:31:38 +02:00
class Author < ApplicationRecord
end