Skip to content

Commit c035bc2

Browse files
seanpdoylesimmerz
andcommitted
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]: #436 [ActionDispatch::Routing::Mapper::Resources]: https://api.rubyonrails.org/classes/ActionDispatch/Routing/Mapper/Resources.html Co-authored-by: Tomislav Simnett <tom@initforthe.com>
1 parent 62b941e commit c035bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Active Resource (ARes) connects business objects and Representational State Transfer (REST)
44
web services. It implements object-relational mapping for REST web services to provide transparent
55
proxying capabilities between a client (Active Resource) and a RESTful service (which is provided by
6-
Simply RESTful routing in `ActionController::Resources`).
6+
RESTful routing in [ActionDispatch::Routing::Mapper::Resources](https://edgeapi.rubyonrails.org/classes/ActionDispatch/Routing/Mapper/Resources.html)).
77

88
## Philosophy
99

0 commit comments

Comments
 (0)