test/dummy/config/routes.rb in optimacms-0.1.25 vs test/dummy/config/routes.rb in optimacms-0.1.27
- old
+ new
@@ -5,10 +5,10 @@
# usual
devise_for :users
- get 'hello.html', to: 'my#hello', as: 'home'
+ get 'hello.html', to: 'my#hello', as: 'hello'
# the last!!!
mount Optimacms::Engine => "/"