Not sure if this is possible, but I would like for the "name" of the
item I'm showing or editing to not show up in the URL. For example, if
I have a task model and edit a task, the URL would be ....

http://0.0.0.0:3000/tasks/1-some-task/edit

Is there some way to still provide the same functionality but remove
the "name" portion from the URL or route, where the following URL
would still take you to the edit page of the task that was selected to
be edited (or shown in a different case)?

http://0.0.0.0:3000/tasks/edit

If this is possible, the hurdle I see is what happens if the URL is
accessed directly, i.e. not through the hobo app ... perhaps in that
case you re-route back to /tasks ...

Any thoughts on this?

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to