]> source.dussan.org Git - sonarqube.git/commitdiff
Remove dead rails code
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 8 Sep 2016 15:46:15 +0000 (17:46 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 9 Sep 2016 08:10:51 +0000 (10:10 +0200)
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/project_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb

index 40393a473a0f263e0b2758e0a9c172679dec33b2..f7cfe6a342d6bcbcc3963628f395973f8b34af32 100644 (file)
@@ -18,8 +18,6 @@
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 class ProjectController < ApplicationController
-  verify :method => :post, :only => [:set_links, :set_exclusions, :delete_exclusions, :update_key, :perform_key_bulk_update],
-         :redirect_to => {:action => :index}
 
   SECTION=Navigation::SECTION_RESOURCE
 
index 797353090eaf788437808243f63f3ed158045f83..bb4f673275a13a213078a924ad28bd0f23c4653a 100644 (file)
@@ -23,8 +23,6 @@ class RolesController < ApplicationController
   SECTION=Navigation::SECTION_CONFIGURATION
 
   before_filter :admin_required
-  verify :method => :post, :only => [:set_users, :set_groups], :redirect_to => {:action => 'global'}
-
 
   # GET /roles/global
   def global