2018-02-14 14:43:13 -02:00

6 lines
114 B
Ruby

# frozen_string_literal: true
class Review < ::ActiveRecord::Base
belongs_to :scopeable, polymorphic: true
end