Update ActionPack documentation to remove views mention

This commit is contained in:
Stefanni Brasil 2021-04-22 19:00:45 -07:00
parent 487ff1330c
commit cca46bb77f
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@
Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for *routing* (mapping request URLs to actions), defining
*controllers* that implement actions, and generating responses by rendering
*views*, which are templates of various formats. In short, Action Pack
provides the view and controller layers in the MVC paradigm.
*controllers* that implement actions, and generating responses. In short, Action Pack
provides the controller layer in the MVC paradigm.
It consists of several modules: