8 lines
148 B
Ruby
Raw Normal View History

2018-03-05 20:26:50 -03:00
# frozen_string_literal: true
class Global < ::ActiveRecord::Base
rating scoping: :categories, unscoped_rating: true
has_many :categories
end