app/controllers/phcmembers/member/profiles_controller.rb in phcmembers-17.1.0 vs app/controllers/phcmembers/member/profiles_controller.rb in phcmembers-18.0.0

- old
+ new

@@ -2,9 +2,10 @@ module Phcmembers class Member::ProfilesController < ApplicationController # Security & Action Filters + before_action :authenticate_user! before_action :set_paper_trail_whodunnit before_action :set_member_profile, only: [:show, :edit, :update, :destroy] # INDEX - Member Profile def index