rating/spec/support/models/user.rb

6 lines
78 B
Ruby

# frozen_string_literal: true
class User < ::ActiveRecord::Base
rating
end