= private = protected
parameterize(value)
Proxy to to_param if the object will respond to it.
# File actionpack/lib/action_controller/assertions/response_assertions.rb, line 138 def parameterize(value) value.respond_to?(:to_param) ? value.to_param : value end