From c035bc20af8a8278277dbcfd4f1775654b3cd66d Mon Sep 17 00:00:00 2001 From: Sean Doyle Date: Wed, 22 Oct 2025 23:22:32 -0400 Subject: [PATCH] README: Update `ActionController::Resources` reference Closes [#436][] Remove reference to the now defunct `ActionController::Resources`. Replace with a reference and link to [ActionDispatch::Routing::Mapper::Resources][]. [#436]: https://github.com/rails/activeresource/issues/436 [ActionDispatch::Routing::Mapper::Resources]: https://api.rubyonrails.org/classes/ActionDispatch/Routing/Mapper/Resources.html Co-authored-by: Tomislav Simnett --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdac827104..e881d742e4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Active Resource (ARes) connects business objects and Representational State Transfer (REST) web services. It implements object-relational mapping for REST web services to provide transparent proxying capabilities between a client (Active Resource) and a RESTful service (which is provided by -Simply RESTful routing in `ActionController::Resources`). +RESTful routing in [ActionDispatch::Routing::Mapper::Resources](https://edgeapi.rubyonrails.org/classes/ActionDispatch/Routing/Mapper/Resources.html)). ## Philosophy