Sha256: eaaf4fecbbc2787fbb58c861b2e8f39c52a4ba1782896f54d8295ca3d1aabdde

Contents?: true

Size: 417 Bytes

Versions: 2

Compression:

Stored size: 417 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'

    resources :synchronizations, only: [:show, :create] do
      collection do
        put :toggle_sync
      end
    end
    resources :dependancies, only: [:index]
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maestrano-connector-rails-1.2.1 config/routes.rb
maestrano-connector-rails-1.2.0 config/routes.rb