Open ErinCall opened 11 years ago
Currently the url to view a concept is /concepts/:id. Alter this route and controller action so you can go to /concepts/:slug, where slug is the slugified concept name.
/concepts/:id
/concepts/:slug
slug
Currently the url to view a concept is
/concepts/:id
. Alter this route and controller action so you can go to/concepts/:slug
, whereslug
is the slugified concept name.