Sha256: e9fd17f44dd6f1867c217164679a6ecc009b36ee777d31fd693230f70db76dfc

Contents?: true

Size: 524 Bytes

Versions: 11

Compression:

Stored size: 524 Bytes

Contents

module Alchemy
  module Ajax
    module Form
      class Engine < ::Rails::Engine

        isolate_namespace Alchemy::Ajax::Form

        config.autoload_paths << config.root.join('lib')

        initializer "alchemy_ajax_form.assets.precompile" do |app|
          app.config.assets.precompile << 'alchemy_ajax_form_manifest.js'
        end


        # initializer "alchemy_ajax_form.assets.precompile" do |app|
        #   app.config.assets.precompile << %w(alchemy/ajax_form.png)
        # end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
alchemy-ajax-form-1.2.1 lib/alchemy/ajax/form/engine.rb
alchemy-ajax-form-2.1.0 lib/alchemy/ajax/form/engine.rb
alchemy-ajax-form-2.0.0 lib/alchemy/ajax/form/engine.rb
alchemy-ajax-form-1.2.0 lib/alchemy/ajax/form/engine.rb
alchemy-ajax-form-1.1.5 lib/alchemy/ajax/form/engine.rb
alchemy-ajax-form-1.1.3 lib/alchemy/ajax/form/engine.rb
alchemy-ajax-form-1.1.2 lib/alchemy/ajax/form/engine.rb
alchemy-ajax-form-1.1.1 lib/alchemy/ajax/form/engine.rb
alchemy-ajax-form-1.1.0 lib/alchemy/ajax/form/engine.rb
alchemy-ajax-form-1.0.1 lib/alchemy/ajax/form/engine.rb
alchemy-ajax-form-1.0.0 lib/alchemy/ajax/form/engine.rb