Module: IronAdmin::Concerns::ActionExecutable
- Extended by:
- ActiveSupport::Concern
- Included in:
- ResourcesController
- Defined in:
- app/controllers/iron_admin/concerns/action_executable.rb
Overview
Provides action execution with arity-based dispatch for form params.
Supports both legacy 1-arg blocks (backward compat) and 2-arg blocks that receive collected action_form params as the second argument.