Sha256: dc2ae893358546827482ac5e58e975b7a04870d952cc3a16702f09d27d6c806b
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 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.2 | spec/dummy/config/routes.rb |