rating/spec/support/models/review.rb

6 lines
114 B
Ruby
Raw Normal View History

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