-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
When you execute bundle exec hanami generate action books.index
several times.
You end up with the same routes in routes.rb
Example :
$ bundle exec hanami generate action books.index
$ bundle exec hanami generate action books.index
## config/routes.rb
module Bookshelf
class Routes < Hanami::Routes
get "/books", to: "books.index"
get "/books", to: "books.index"
end
end
We should have the root only one time what do you think ?
Metadata
Metadata
Assignees
Labels
No labels