rating/spec/support/models/review.rb

5 lines
71 B
Ruby
Raw Normal View History

2018-02-08 15:29:20 +00:00
# frozen_string_literal: true
class Review < ::ActiveRecord::Base
end