Skip to content

Commit

Permalink
Remove validation from Configuration screen
Browse files Browse the repository at this point in the history
  • Loading branch information
lbt committed Aug 23, 2012
1 parent 155fecb commit 595a955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/controllers/configurations_controller.rb
Expand Up @@ -4,7 +4,7 @@ class ConfigurationsController < ApplicationController
before_filter :require_admin, :only => [:update]

validate_action :show => {:method => :get, :response => :configuration}
validate_action :update => {:method => :put, :request => :configuration}
# validate_action :update => {:method => :put, :request => :configuration}

# GET /configuration
# GET /configuration.json
Expand Down

0 comments on commit 595a955

Please sign in to comment.