From 5a085981f7e778e6c8fd26f85e1a89748dbfe989 Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Sat, 7 Jun 2008 22:55:13 +0000 Subject: [PATCH] ActionItem129: removed ProductSearchBlock from the list of profiles block --- app/controllers/my_profile/profile_design_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/my_profile/profile_design_controller.rb b/app/controllers/my_profile/profile_design_controller.rb index 1aceaa2..15fb0a9 100644 --- a/app/controllers/my_profile/profile_design_controller.rb +++ b/app/controllers/my_profile/profile_design_controller.rb @@ -5,7 +5,7 @@ class ProfileDesignController < BoxOrganizerController protect 'edit_profile_design', :profile def available_blocks - blocks = [ ArticleBlock, TagsBlock, RecentDocumentsBlock, ProfileInfoBlock, ProductSearchBlock ] + blocks = [ ArticleBlock, TagsBlock, RecentDocumentsBlock, ProfileInfoBlock ] # blocks exclusive for organizations if profile.has_members? -- libgit2 0.21.2