config/routes.rb in
tramway-page-1.1.1
vs config/routes.rb in
tramway-page-1.1.2
- old
+ new
@@ -1,3 +1,3 @@
Tramway::Page::Engine.routes.draw do
- get '/:slug' => 'pages#show'
+ get '/:slug' => 'pages#show', as: :page
end