rating/spec/support/models/author.rb

6 lines
92 B
Ruby
Raw Normal View History

2017-11-03 02:02:23 +00:00
# frozen_string_literal: true
class Author < ::ActiveRecord::Base
rating as: :author
end