Sha256: 3d22c1a1adf1d53b2a7171e88d4fca4863e7c5346a78640ec9b17bb8c27ed1a4
Contents?: true
Size: 528 Bytes
Versions: 7
Compression:
Stored size: 528 Bytes
Contents
Maestrano::Connector::Rails::Engine.routes.draw do maestrano_routes get 'version', to: 'version#index' namespace :maestrano do match 'signout', to: 'sessions#destroy', as: 'signout', via: %i[get post] post 'connec/notifications/:tenant' => 'connec#notifications' resources :dependancies, only: [:index] scope ':tenant' do resources :synchronizations, only: %i[show create] do collection do put :toggle_sync put :update_metadata end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems