app/controllers/phcmemberspro/member/profiles_controller.rb in phcmemberspro-36.1.0 vs app/controllers/phcmemberspro/member/profiles_controller.rb in phcmemberspro-36.2.0

- old
+ new

@@ -1,9 +1,9 @@ require_dependency "phcmemberspro/application_controller" module Phcmemberspro class Member::ProfilesController < ApplicationController - + # Security & Action Filters skip_before_action :phcmemberspro_get_member_profile_info before_action :authenticate_user! before_action :set_paper_trail_whodunnit before_action :set_member_profile, only: [:show, :edit, :update, :destroy]