Sha256: 1cda3a3c4e9f1e5fcedf1190aaf672336712cadc64928f44c31f00e0f37aa1b7
Contents?: true
Size: 250 Bytes
Versions: 2
Compression:
Stored size: 250 Bytes
Contents
Maestrano::Connector::Rails::Engine.routes.draw do maestrano_routes namespace :maestrano do post 'connec/notifications/:tenant' => 'connec#notifications' end match 'signout', to: 'sessions#destroy', as: 'signout', via: [:get, :post] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
maestrano-connector-rails-0.2.3 | config/routes.rb |
maestrano-connector-rails-0.2.2 | config/routes.rb |