Sha256: da38cb77fb5e5c6684aed673332f73ed3c201f28f9a726a410a42ae1608b17c6

Contents?: true

Size: 335 Bytes

Versions: 1

Compression:

Stored size: 335 Bytes

Contents

Rails.application.routes.draw do
  mount TokenAction::Engine => '/token_action'
  get 'hello/token_success', :as => :token_success
  get 'hello/token_failure', :as => :token_failure
  get 'hello/success', :as => :success
  get 'hello/failure', :as => :failure
  get 'hello/not_found', :as => :not_found
  root :to => 'hello#hello'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
token_action-0.0.1 spec/dummy/config/routes.rb