2018-03-05 20:26:50 -03:00

8 lines
148 B
Ruby

# frozen_string_literal: true
class Global < ::ActiveRecord::Base
rating scoping: :categories, unscoped_rating: true
has_many :categories
end