module QuicCms class Engine < Rails::Engine isolate_namespace QuicCms config.autoload_paths << File.expand_path("../app/models/ckeditor/asset", __FILE__) config.autoload_paths << File.expand_path("../app/models/ckeditor/picture", __FILE__) config.autoload_paths << File.expand_path("../app/models/ckeditor/attachment_file", __FILE__) end end