Sha256: 804f1200894e3429c156bf589f99d83fae4910ea193cc3e913724d1daab7ccb6

Contents?: true

Size: 236 Bytes

Versions: 16

Compression:

Stored size: 236 Bytes

Contents

module Ckeditor
  module Rails
    class Engine < ::Rails::Engine
      initializer 'ckeditor.assets.precompile', group: :all do |app|
        app.config.assets.precompile += Ckeditor::Rails::Asset.new.files
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
ckeditor_rails-4.17.0 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.16.3 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.16.2 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.16.1 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.16.0 lib/ckeditor-rails/engine3.rb
ckeditor_rails_6-4.10.3 lib/ckeditor-rails/engine3.rb
ckeditor_rails_6-4.10.2 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.10.0 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.8.0 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.6.2 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.5.11 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.5.10 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.5.3 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.5.2 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.5.1 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.4.8 lib/ckeditor-rails/engine3.rb