We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2061c98 commit 9aa8174Copy full SHA for 9aa8174
README.rdoc
@@ -27,7 +27,7 @@ and render view templates in order to generate the appropriate HTTP response.
27
28
In Rails, the Controller and View layers are handled together by Action Pack.
29
These two layers are bundled in a single package due to their heavy interdependence.
30
-This is unlike the relationship between Active Record and Action Pack which are
+This is unlike the relationship between Active Record and Action Pack, which are
31
independent. Each of these packages can be used independently outside of Rails. You
32
can read more about Action Pack in its {README}[link:/rails/rails/blob/master/actionpack/README.rdoc].
33
0 commit comments