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