Sha256: 2b1fe15603e53b5ecb7f42d2cbe2fc25e2dc034c42aae5dd4afdb6db4dd4a588

Contents?: true

Size: 259 Bytes

Versions: 2

Compression:

Stored size: 259 Bytes

Contents

module PostageApp
  class Engine < ::Rails::Engine
    isolate_namespace PostageApp

    initializer 'postageapp' do |app|
      if (app.config.respond_to?(:action_mailbox))
        app.config.action_mailbox.ingress = :postage_app
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
postageapp-1.4.2 lib/postageapp/engine.rb
postageapp-1.4.1 lib/postageapp/engine.rb