rating/spec/support/models/category.rb

6 lines
95 B
Ruby
Raw Normal View History

2017-11-02 18:55:46 +00:00
# frozen_string_literal: true
class Category < ::ActiveRecord::Base
2018-02-08 22:44:39 +00:00
belongs_to :article
2017-11-02 18:55:46 +00:00
end