class Sinatra::IndifferentHash

def transform_keys!

def transform_keys!
  super
  super(&method(:convert_key))
end