Sha256: 96ab065c7486e20618e8bfbeeabf233d372d6eb3d5f7ce0f18668b167996b858

Contents?: true

Size: 144 Bytes

Versions: 1

Compression:

Stored size: 144 Bytes

Contents

module Phcpresspro
	class Modules::Category < ApplicationRecord
		
		# Relationships
		belongs_to :post, class_name: 'Articles::Post'

	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcpresspro-4.0.4 app/models/phcpresspro/modules/category.rb