method
to_param
v2.2.1 -
Show latest stable
- Class:
ActiveSupport::CoreExtensions::Array::Conversions
to_param()public
Calls to_param on all its elements and joins the result with slashes. This is used by url_for in Action Pack.
to_param()Calls to_param on all its elements and joins the result with slashes. This is used by url_for in Action Pack.