Exception: Decidim::Verifications::InvalidVerificationRoute
- Inherits:
-
StandardError
- Object
- StandardError
- Decidim::Verifications::InvalidVerificationRoute
- Defined in:
- lib/decidim/verifications/adapter.rb
Instance Method Summary collapse
Instance Method Details
#new(route:) ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/decidim/verifications/adapter.rb', line 6 def new(route:) msg = " You specified a direct handler but you're trying to use `\#{route}`\n which is only available for multi-step authorization workflows. Change\n your workflow to define an engine with a `\#{route}` route.\n MSG\n\n super(msg)\nend\n" |