Sha256: 30c7aae521a42bcba80a572d0a86ad477f4e8b71746a9e920ecb6f6ca71ff760

Contents?: true

Size: 277 Bytes

Versions: 4

Compression:

Stored size: 277 Bytes

Contents

module SipgateIo
  class Engine < ::Rails::Engine
    isolate_namespace SipgateIo
    initializer 'sipgate_io.routes',
      after: 'action_dispatch.prepare_dispatcher' do |app|

      ActionDispatch::Routing::Mapper.send :include, SipgateIo::RouteExtensions
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sipgate_io-0.3.4 lib/sipgate_io/engine.rb
sipgate_io-0.3.3 lib/sipgate_io/engine.rb
sipgate_io-0.3.1 lib/sipgate_io/engine.rb
sipgate_io-0.3.0 lib/sipgate_io/engine.rb