mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix a gramatical mistake
This commit is contained in:
parent
e73f075689
commit
65263c1b3c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require "action_controller/metal/params_wrapper"
|
|||
|
||||
module ActionController
|
||||
# Action Controllers are the core of a web request in \Rails. They are made up of one or more actions that are executed
|
||||
# on request and then either render a template or redirect to another action. An action is defined as a public method
|
||||
# on request and then either it renders a template or redirects to another action. An action is defined as a public method
|
||||
# on the controller, which will automatically be made accessible to the web-server through \Rails Routes.
|
||||
#
|
||||
# By default, only the ApplicationController in a \Rails application inherits from <tt>ActionController::Base</tt>. All other
|
||||
|
|
Loading…
Reference in a new issue