Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down