app/controllers/phcmembers/application_controller.rb in phcmembers-8.1.2 vs app/controllers/phcmembers/application_controller.rb in phcmembers-9.0.0b

- old
+ new

@@ -3,15 +3,15 @@ # Security Filters protect_from_forgery with: :exception # Grab Member Information - def get_member_profile_info + def get_member_profile_info @members_profile_info = Member::Profile.find(params[:profile_id]) end # Load Helpers helper Phctitleseo::Engine.helpers helper Phcnotifi::Engine.helpers end -end \ No newline at end of file +end