Method: Trailblazer::Endpoint::Protocol::Standard::Handler#handle_not_authorized
- Defined in:
- lib/trailblazer/endpoint/protocol.rb
#handle_not_authorized(ctx, errors:) ⇒ Object
60 61 62 |
# File 'lib/trailblazer/endpoint/protocol.rb', line 60 def (ctx, errors:, **) errors. = "Action not allowed due to a policy setting." end |