Sha256: af29a403fb55637d4b4a9326960fb4b96c9bdda84065dc153c2917a1341b6f36

Contents?: true

Size: 494 Bytes

Versions: 11

Compression:

Stored size: 494 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'
  put 'home/toggle_sync' => 'home#toggle_sync'

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
maestrano-connector-rails-0.3.6 template/routes.rb
maestrano-connector-rails-0.3.5 template/routes.rb
maestrano-connector-rails-0.3.4 template/routes.rb
maestrano-connector-rails-0.3.3 template/routes.rb
maestrano-connector-rails-0.3.2 template/routes.rb
maestrano-connector-rails-0.3.1 template/routes.rb
maestrano-connector-rails-0.3.0 template/routes.rb
maestrano-connector-rails-0.2.20 template/routes.rb
maestrano-connector-rails-0.2.19 template/routes.rb
maestrano-connector-rails-0.2.18 template/routes.rb
maestrano-connector-rails-0.2.17 template/routes.rb