6 lines
114 B
Ruby
Raw Normal View History

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