lib/fullstack/ckeditor/engine.rb in fullstack-ckeditor-0.1.1 vs lib/fullstack/ckeditor/engine.rb in fullstack-ckeditor-0.1.2
- old
+ new
@@ -1,9 +1,21 @@
require 'rails'
module Fullstack
module Ckeditor
class Engine < ::Rails::Engine
-
+ # initializer "fullstack-admin precompile" do |app|
+ # app.config.assets.precompile += Ckeditor.assets
+ # end
+ #
+ # initializer 'fullstack.autoload', :after => :set_autoload_paths do |app|
+ # Ckeditor.setup do |config|
+ # require "ckeditor/orm/active_record"
+ # end
+ # Ckeditor::ApplicationController.class_eval do
+ # before_filter :authenticate_administrator!
+ # end
+ # end
+
end
end
end
\ No newline at end of file