Sha256: c5246807c8efdd35efc8dfc438716c7271706bb8f46fb45cc7cc8408adb9337a

Contents?: true

Size: 457 Bytes

Versions: 6

Compression:

Stored size: 457 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: [: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

6 entries across 6 versions & 1 rubygems

Version Path
maestrano-connector-rails-1.3.3 config/routes.rb
maestrano-connector-rails-1.3.2 config/routes.rb
maestrano-connector-rails-1.3.1 config/routes.rb
maestrano-connector-rails-1.3.0 config/routes.rb
maestrano-connector-rails-1.2.3 config/routes.rb
maestrano-connector-rails-1.2.2 config/routes.rb