I'm wondering if there is a way to make a rails app that works without the controller path.
Typically some paths might be
www.mysite.com/event/slug
www.mysite.com/event/this_is_the_first_event_slug
www.mysite.com/event/another_slug_here
I'm Wondering if there's a way (within the rails paradigm) to create pages off the main path
For example
www.mysite.com/slug
www.mysite.com/this_is_the_first_event_slug
www.mysite.com/another_slug_here
I know it's a small thing, but it bugs me a bit, and I'd like to set it up.