config/routes.rb in about_page-0.0.1 vs config/routes.rb in about_page-0.0.2

- old
+ new

@@ -2 +1,2 @@ AboutPage::Engine.routes.draw do + match ":filter" => 'about_page/about#index' root :to => 'about_page/about#index'