app/controllers/phcpress/article/posts_controller.rb in phcpress-56.4.0 vs app/controllers/phcpress/article/posts_controller.rb in phcpress-57.0.0

- old
+ new

@@ -2,10 +2,10 @@ module Phcpress class Article::PostsController < ApplicationController # Include Core Helpers, Security & Action Filters - include Phccorehelpers::PhcpluginsproHelper + include PhcdevworksCore::PhcdevPluginsHelper before_action :authenticate_user! before_action :set_paper_trail_whodunnit before_action :set_article_post, only: [:edit, :update, :destroy] # INDEX