class Hash

def stringify_keys!

Standard in rails. See official documentation[http://api.rubyonrails.org/classes/ActiveSupport/CoreExtensions/Hash/Keys.html]
def stringify_keys!
  self.replace(self.stringify_keys)
end unless method_defined? :stringify_keys!