config/routes.rb in phcpress-1.0.0 vs config/routes.rb in phcpress-2.0.0

- old
+ new

@@ -11,7 +11,10 @@ end # Serve Out Pages get 'website/pages/newspage', :path => "news" get 'website/pages/blogpage', :path => "blog" + + # Mount PHCEngines + mount Phcnotifi::Engine, :at => '/' end