You are viewing an historical archive of past issues. Please
report new issues to the appropriate project issue tracker on
GitHub.
Comments
-
Greg Hurrell
Looks like it can be handled fairly cleanly with changes to the
to_param
method; for example:def to_param if (display_name_changes = changes['display_name']) && !display_name_changes.first.nil? User.parametrize display_name_changes.first else User.parametrize display_name end end
-
Greg Hurrell
Ok, so that's the user case handled. Must also handle the other cases mentioned above.
Possibly also:
- links (permalink)
- emails (address)
- forums (permalink)
- pages (permalink)
- products (permalink)
- tags (name)
-
Greg Hurrell
Ok, pretty sure I've handled all of these cases now. Marking as closed.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.