Sha256: 6f5b24f742fb1eb7bb679360d3fa479e3bbde255117300c0905762574767202b

Contents?: true

Size: 428 Bytes

Versions: 13

Compression:

Stored size: 428 Bytes

Contents

module PushType
  module Wysiwyg
    class Engine < ::Rails::Engine
      isolate_namespace PushType
      engine_name 'push_type_rich_text'

      config.generators do |g|
        g.assets false
        g.helper false
        g.test_framework  :minitest, spec: true, fixture: false
      end

      initializer 'push_type.wysiwyg_assets' do
        PushType.admin_assets.register 'push_type/wysiwyg'
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
push_type_wysiwyg-0.5.1 lib/push_type/wysiwyg/engine.rb
push_type_wysiwyg-0.5.0 lib/push_type/wysiwyg/engine.rb
push_type_wysiwyg-0.5.0.alpha.5 lib/push_type/wysiwyg/engine.rb
push_type_wysiwyg-0.5.0.alpha.4 lib/push_type/wysiwyg/engine.rb
push_type_wysiwyg-0.5.0.alpha.3 lib/push_type/wysiwyg/engine.rb
push_type_wysiwyg-0.5.0.alpha.2 lib/push_type/wysiwyg/engine.rb
push_type_wysiwyg-0.5.0.alpha.1 lib/push_type/wysiwyg/engine.rb
push_type_wysiwyg-0.4.0 lib/push_type/wysiwyg/engine.rb
push_type_wysiwyg-0.4.0.beta.3 lib/push_type/wysiwyg/engine.rb
push_type_wysiwyg-0.3.3 lib/push_type/wysiwyg/engine.rb
push_type_wysiwyg-0.3.1 lib/push_type/wysiwyg/engine.rb
push_type_wysiwyg-0.2.1 lib/push_type/wysiwyg/engine.rb
push_type_wysiwyg-0.2.0 lib/push_type/wysiwyg/engine.rb