Sha256: 7fc8d3a5dd463a684a53adbc2692352a21eadaef738a6851aca0b18f8f03124b

Contents?: true

Size: 152 Bytes

Versions: 1

Compression:

Stored size: 152 Bytes

Contents

module Phcpresspro
	class Articles::Post < ApplicationRecord

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

	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcpresspro-4.0.3 app/models/phcpresspro/articles/post.rb