class Avo::ActionsComponent
def action_url(action, path)
def action_url(action, path) Avo::Services::URIService.parse(path) .append_paths("actions") .append_query( { action_id: action.param_id, arguments: encrypted_arguments(action) }.compact ).to_s end