Sha256: 29ca59c1658f7ec0e8ac6affd3410f16c7a4e324ea8fa713a70e294ea8a060b7
Contents?: true
Size: 250 Bytes
Versions: 43
Compression:
Stored size: 250 Bytes
Contents
Maestrano::Connector::Rails::Engine.routes.draw do maestrano_routes namespace :maestrano do match 'signout', to: 'sessions#destroy', as: 'signout', via: [:get, :post] post 'connec/notifications/:tenant' => 'connec#notifications' end end
Version data entries
43 entries across 43 versions & 1 rubygems