We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It seems like we cannot access to the value inside the proc for an alias param
requires :type, as: :action given type: ->(val) { ActionService::ACTIONS.include?(val) } do #val not present inside the proc requires :comment, type: String end