Commit b71b8f5d5fc55ffe6ab1ee485c293463cda637db

Authored by LeandroNunes
1 parent b4f794e8

ActionItem93: fixing routing bug on blocks

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@977 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/design_blocks/favorite_links_profile/controllers/favorite_links_profile_controller.rb
... ... @@ -4,9 +4,4 @@ class FavoriteLinksProfileController < FavoriteLinksController
4 4  
5 5 acts_as_design_block
6 6  
7   -# before_filter :bli
8   - def bli
9   - raise "bli"
10   - end
11   -
12 7 end
... ...