I'm trying to figure out the right way to use hyphens in Rails 4 view. If I create a controller view like this:
rails generate controller admin client_new
How then do I get the correct route output as:
http://www.website.com/admin/client-new
This is probably so basic, but I can't find the right doc's to support this.
Thanks,