rating/spec/support/models/category.rb

6 lines
95 B
Ruby

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