Sha256: ad123448e1c45df5bf97a4636bedf7f277534525c3796ddcdb62ff09befcf56f

Contents?: true

Size: 568 Bytes

Versions: 3

Compression:

Stored size: 568 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fullstack-ckeditor-0.1.4 lib/fullstack/ckeditor/engine.rb
fullstack-ckeditor-0.1.3 lib/fullstack/ckeditor/engine.rb
fullstack-ckeditor-0.1.2 lib/fullstack/ckeditor/engine.rb