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