Sha256: 5578781003660126b6bc43c60d7a642e5eac87644b157f1a17c86095fb5bdcea

Contents?: true

Size: 447 Bytes

Versions: 7

Compression:

Stored size: 447 Bytes

Contents

Rails.application.routes.draw do
  mount Maestrano::Connector::Rails::Engine, at: '/'

  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

7 entries across 7 versions & 1 rubygems

Version Path
maestrano-connector-rails-0.3.13 template/routes.rb
maestrano-connector-rails-0.3.12 template/routes.rb
maestrano-connector-rails-0.3.11 template/routes.rb
maestrano-connector-rails-0.3.10 template/routes.rb
maestrano-connector-rails-0.3.9 template/routes.rb
maestrano-connector-rails-0.3.8 template/routes.rb
maestrano-connector-rails-0.3.7 template/routes.rb