Sha256: 3a8177c55fe4b5525b67e522454673c2e2f23bdd0dbfa9272ee8755ecd374f86
Contents?: true
Size: 314 Bytes
Versions: 3
Compression:
Stored size: 314 Bytes
Contents
module Phcpresspro class Articles::Post < ApplicationRecord # For Image Uploads mount_uploader :pstimage, Phcpresspro::PstimageUploader # Relationships has_many :connections, class_name: 'Modules::Connection' has_many :categories, class_name: 'Modules::Category', :through => :connections end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phcpresspro-4.1.8 | app/models/phcpresspro/articles/post.rb |
phcpresspro-4.1.1 | app/models/phcpresspro/articles/post.rb |
phcpresspro-4.1.0 | app/models/phcpresspro/articles/post.rb |