Module: Ruact::ServerFunctions::QueryDispatch::Dispatching
- Defined in:
- lib/ruact/server_functions/query_dispatch.rb
Overview
Instance-level dispatch plumbing shared by every generated controller. Included into the generated subclass, so these definitions override anything the parent chain provides (notably the Ruact::Server gates, when the host’s ApplicationController happens to include the mutation concern).
Constant Summary collapse
- KEYWORD_PARAM_TYPES =
The Method#parameters types that mark keyword arguments (D7).
%i[key keyreq].freeze