rating/spec/support/models/category.rb

5 lines
73 B
Ruby
Raw Normal View History

2017-11-02 18:55:46 +00:00
# frozen_string_literal: true
class Category < ::ActiveRecord::Base
end