From ee8b51ee7cb95aa1dbc50dfe6292b23e14d06403 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 18 Jun 2015 21:45:21 -0300 Subject: [PATCH] Fix render --- controllers/myprofile/proposals_discussion_plugin_tasks_controller.rb | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/controllers/myprofile/proposals_discussion_plugin_tasks_controller.rb b/controllers/myprofile/proposals_discussion_plugin_tasks_controller.rb index 22b4a90..ce4daf9 100644 --- a/controllers/myprofile/proposals_discussion_plugin_tasks_controller.rb +++ b/controllers/myprofile/proposals_discussion_plugin_tasks_controller.rb @@ -28,8 +28,6 @@ class ProposalsDiscussionPluginTasksController < TasksController @failed = params ? params[:failed] : {} @responsible_candidates = profile.members.by_role(profile.roles.reject {|r| !r.has_permission?('perform_task')}) if profile.organization? - - render :action => 'proposals_discussion_plugin_tasks/index' end end -- libgit2 0.21.2