Skip to content

Commit 76aafbe

Browse files
authored
Merge pull request #443 from seanpdoyle/close-436
README: Update `ActionController::Resources` reference
2 parents 62b941e + c035bc2 commit 76aafbe

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)