Method: Jets::Router::Route::Authorizer#authorizer_metadata
- Defined in:
- lib/jets/router/route/authorizer.rb
#authorizer_metadata ⇒ Object
Metadata about the authorizer class that can be used later. Stored in the Authorizer template parameters. In app_class.rb ‘def controller_params` it is used to build the input parameters for controller templates.
11 12 13 |
# File 'lib/jets/router/route/authorizer.rb', line 11 def () end |