Update documentation to show Rsx.Route() pattern for Ajax calls

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-10-31 04:44:11 +00:00
parent 91bb6e9bef
commit 393479280f
4 changed files with 10 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ class DirectAjaxApi_CodeQualityRule extends CodeQualityRule_Abstract
* Should use:
* await Controller.action(params)
* Or:
* await Ajax.call('Controller', 'action', params)
* await Ajax.call(Rsx.Route('Controller', 'action'), params)
*/
public function check(string $file_path, string $contents, array $metadata = []): void
{