app/models/phcpress/articles/post.rb in phcpress-6.6.3 vs app/models/phcpress/articles/post.rb in phcpress-6.6.4
- old
+ new
@@ -1,9 +1,9 @@
module Phcpress
class Articles::Post < ApplicationRecord
# For Image Uploads
- mount_uploader :pstimage, Phcpresspro::PstimageUploader
+ mount_uploader :pstimage, Phcpress::PstimageUploader
# Relationships
has_many :connections, class_name: 'Phcpress::Modules::Connection', dependent: :destroy
has_many :categories, class_name: 'Phcpress::Modules::Category', :through => :connections
\ No newline at end of file