Sha256: a01d26fb5ee474664285048784a4e14f6c073acb032773016d658aef4e469581

Contents?: true

Size: 240 Bytes

Versions: 2

Compression:

Stored size: 240 Bytes

Contents

module Phcpresspro
	class Articles::Post < ApplicationRecord

		# For Image Uploads
		mount_uploader :pstimage, Phcpresspro::PstimageUploader

		# Relationships
		has_many :categories, class_name: 'Phcpresspro::Modules::Category'

	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcpresspro-4.0.1 app/models/phcpresspro/articles/post.rb
phcpresspro-4.0.0 app/models/phcpresspro/articles/post.rb