6 lines
92 B
Ruby
6 lines
92 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Author < ::ActiveRecord::Base
|
||
|
rating as: :author
|
||
|
end
|