Class: ActionDispatch::Routing::Mapper
- Inherits:
-
Object
- Object
- ActionDispatch::Routing::Mapper
- Defined in:
- lib/devise/web3/routes.rb
Instance Method Summary collapse
Instance Method Details
#devise_web3_authenticatable(mapping, controllers) ⇒ Object
:nodoc:
3 4 5 6 |
# File 'lib/devise/web3/routes.rb', line 3 def devise_web3_authenticatable(mapping, controllers) #:nodoc: resource :nonce, only: [:show], path: mapping.path_names[:nonce], controller: controllers[:nonces] end |