rating/spec/support/models/author.rb

6 lines
92 B
Ruby

# frozen_string_literal: true
class Author < ::ActiveRecord::Base
rating as: :author
end