Sha256: f2bf0b74edd783d22b42b5fbf815200cfa96adb3f5c24de48e2214650be1f0e6
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
module Phcpresspro class Articles::Post < ApplicationRecord # For Image Uploads mount_uploader :pstimage, Phcpresspro::PstimageUploader # Relationships has_many :categories, class_name: 'Modules::Category' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcpresspro-4.0.4 | app/models/phcpresspro/articles/post.rb |