Sha256: 0d9d2724a2f16ed731c347e5fc563ba6e23152dbf9dec24114ce76d5a3f512fa

Contents?: true

Size: 297 Bytes

Versions: 2

Compression:

Stored size: 297 Bytes

Contents

module Phcpresspro
	class Articles::Post < ApplicationRecord

		# For Image Uploads
		mount_uploader :pstimage, Phcpresspro::PstimageUploader
		
		# Relationships
		# Relationships
		has_many :connections
		has_many :categories, :through => :connections, class_name: 'Modules::Category'

	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcpresspro-4.0.6 app/models/phcpresspro/articles/post.rb
phcpresspro-4.0.5 app/models/phcpresspro/articles/post.rb