Methods
Instance Protected methods
pundit_params_for(_record)
Link
The params are wrapped with 'crud' if the crud_controller is called directly instead of via a customization class
Protected to prevent polluting the action method
FIXME: Couldn't find a way to call wrap_parameters appropriately FIXME: Will some sort of namespacing break this? _wrapper_options is semi-private but we can get at it
Source: show
# File rhino/rhino/app/controllers/concerns/rhino/permit.rb 16 def pundit_params_for(_record) 17 params.require(_wrapper_options.name) 18 end