Post History
#1: Initial revision
How do I add a new route (URL)?
I was thinking about taking a try at an issue that would add a new sub-page to the user profile. I understand that as part of this I need to add a "route" for the new URL and somehow wire that up to the view that I will define. I'm new to that part of Ruby; so far I have only modified existing views, not created new ones. How does that work?