Commit 76d93872ec6fbd687f6a1225624120607aec770b

Authored by AntonioTerceiro
1 parent 7b56b5c4

ActionItem21: removing unecessary code



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@954 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 0 additions and 9 deletions   Show diff stats
app/controllers/my_profile/cms_controller.rb
... ... @@ -24,13 +24,4 @@ class CmsController < MyProfileController
24 24  
25 25 protected
26 26  
27   - def profile
28   - Profile.find_by_identifier(params[:profile])
29   - end
30   -
31   - def user
32   - current_user.person
33   - end
34   -
35   -
36 27 end
... ...