do not munge hash keys in client-provided request. fixes #1516
[arvados.git] / services / api / app / controllers / static_controller.rb
index 533f6557e60ac365876066a9cb47a1e7ca02e0de..071425212a761a2bc11dfefc936900a0b58f7e95 100644 (file)
@@ -1,6 +1,5 @@
 class StaticController < ApplicationController
 
-  skip_before_filter :uncamelcase_params_hash_keys
   skip_before_filter :find_object_by_uuid
   skip_before_filter :require_auth_scope_all, :only => :home