Sha256: 76720901cd54b6e040cbdc13c95f8ba6ae25f0459274d95e82b4c5b03aa2cfa0

Contents?: true

Size: 483 Bytes

Versions: 14

Compression:

Stored size: 483 Bytes

Contents

Rails.application.routes.draw do
  mount Maestrano::Connector::Rails::Engine, at: '/'
  mount Sidekiq::Web => '/sidekiq'

  root 'home#index'
  get 'home/index' => 'home#index'
  get 'home/redirect_to_external' => 'home#redirect_to_external'
  get 'home/index' => 'home#index'
  put 'home/update' => 'home#update'
  post 'home/synchronize' => 'home#synchronize'

  get 'synchronizations/index' => 'synchronizations#index'
  get 'shared_entities/index' => 'shared_entities#index'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
maestrano-connector-rails-2.0.0.pre.RC11 template/routes.rb
maestrano-connector-rails-2.0.0.pre.RC10 template/routes.rb
maestrano-connector-rails-2.0.0.pre.RC9 template/routes.rb
maestrano-connector-rails-2.0.0.pre.RC8 template/routes.rb
maestrano-connector-rails-1.5.0 template/routes.rb
maestrano-connector-rails-2.0.0.pre.RC7 template/routes.rb
maestrano-connector-rails-2.0.0.pre.RC6 template/routes.rb
maestrano-connector-rails-2.0.0.pre.RC5 template/routes.rb
maestrano-connector-rails-2.0.0.pre.RC4 template/routes.rb
maestrano-connector-rails-2.0.0.pre.RC3 template/routes.rb
maestrano-connector-rails-2.0.0.pre.RC2 template/routes.rb
maestrano-connector-rails-2.0.0.pre.RC1 template/routes.rb
maestrano-connector-rails-1.4.0 template/routes.rb
maestrano-connector-rails-1.3.5 template/routes.rb