app/controllers/phcmembers/member/profiles_controller.rb in phcmembers-67.5.0 vs app/controllers/phcmembers/member/profiles_controller.rb in phcmembers-68.0.0

- old
+ new

@@ -2,10 +2,10 @@ module Phcmembers class Member::ProfilesController < ApplicationController # Include Core Helpers, Security & Action Filters - include Phccorehelpers::PhcpluginsHelper + include PhcdevworksCore::PhcdevPluginsHelper before_action :authenticate_user! before_action :set_paper_trail_whodunnit before_action :set_member_profile, only: [:show, :edit, :update, :destroy] layout "phcmembers/member_profile", :only => [ :show ]