app/controllers/phcmemberspro/member/profiles_controller.rb in phcmemberspro-11.1.0 vs app/controllers/phcmemberspro/member/profiles_controller.rb in phcmemberspro-11.1.1

- old
+ new

@@ -1,9 +1,12 @@ require_dependency "phcmemberspro/application_controller" module Phcmemberspro class Member::ProfilesController < ApplicationController + # Layout + layout 'application_backend.html.erb' + # Security & Action Filters before_action :require_user before_action :membership_info before_action :set_paper_trail_whodunnit before_action :set_member_profile, only: [:show, :edit, :update, :destroy]