Sha256: 08b6b825d3c23edd0506163277737b725ffaed484031f1be396e95ed42237dd5

Contents?: true

Size: 220 Bytes

Versions: 2

Compression:

Stored size: 220 Bytes

Contents

module Phcpresspro
	class News::Post < ApplicationRecord

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

		has_many :categories, class_name: 'Phcpresspro::Modules::Category'
		
	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcpresspro-3.1.2 app/models/phcpresspro/news/post.rb
phcpresspro-3.1.1 app/models/phcpresspro/news/post.rb