Sha256: d75095b3b43daf3cc363bd1b70996b1ddc5314945beff88681d6a9309f149491
Contents?: true
Size: 248 Bytes
Versions: 16
Compression:
Stored size: 248 Bytes
Contents
module Bot class Engine < ::Rails::Engine isolate_namespace Bot initializer 'bot.routes', after: 'action_dispatch.prepare_dispatcher' do |app| ActionDispatch::Routing::Mapper.send :include, ::Bot::RouteExtensions end end end
Version data entries
16 entries across 16 versions & 1 rubygems