From 76d93872ec6fbd687f6a1225624120607aec770b Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 27 Nov 2007 14:41:55 +0000 Subject: [PATCH] ActionItem21: removing unecessary code --- app/controllers/my_profile/cms_controller.rb | 9 --------- 1 file changed, 0 insertions(+), 9 deletions(-) diff --git a/app/controllers/my_profile/cms_controller.rb b/app/controllers/my_profile/cms_controller.rb index 45bc0a4..6847684 100644 --- a/app/controllers/my_profile/cms_controller.rb +++ b/app/controllers/my_profile/cms_controller.rb @@ -24,13 +24,4 @@ class CmsController < MyProfileController protected - def profile - Profile.find_by_identifier(params[:profile]) - end - - def user - current_user.person - end - - end -- libgit2 0.21.2