class ActionController::Parameters
def delete(key)
optional code block is given and the key is not found, pass in the key
to key. If the key is not found, returns the default value. If the
Deletes and returns a key-value pair from +Parameters+ whose key is equal
def delete(key) convert_value_to_parameters(@parameters.delete(key)) end