rating/spec/support/models/category.rb

5 lines
73 B
Ruby

# frozen_string_literal: true
class Category < ::ActiveRecord::Base
end