config/routes.rb in customize_admin-0.0.4 vs config/routes.rb in customize_admin-0.0.5
- old
+ new
@@ -1,5 +1,7 @@
CustomizeAdmin::Engine.routes.draw do
+mount Ckeditor::Engine => '/ckeditor'
+
#root :to => 'dashboard#index'
#get "dashboard/index"
#devise_for :admin_users, :class_name => "CustomizeAdmin::AdminUser"