test/dummy/config/routes.rb in polyblock-0.3.0 vs test/dummy/config/routes.rb in polyblock-0.3.1

- old
+ new

@@ -1,7 +1,7 @@ Rails.application.routes.draw do - mount Ckeditor::Engine => '/ckeditor' - resources :parents + resources :events + mount Ckeditor::Engine => '/ckeditor' root :to => "home#index" mount Polyblock::Engine => "/polyblock" end