Skip to content

Commit c3239f5

Browse files
sromelusskipkayhil
andcommitted
Fix incorrect statement about Action Pack and Action View in documentation
Co-authored-by: Hartley McGuire <[email protected]>
1 parent a53842b commit c3239f5

File tree

1 file changed

+1
-1
lines changed
  • actionpack/lib/action_controller

1 file changed

+1
-1
lines changed

actionpack/lib/action_controller/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module ActionController
128128
#
129129
# Action Controller sends content to the user by using one of five rendering
130130
# methods. The most versatile and common is the rendering of a template.
131-
# Included in the Action Pack is the Action View, which enables rendering of ERB
131+
# Also included with \Rails is Action View, which enables rendering of ERB
132132
# templates. It's automatically configured. The controller passes objects to the
133133
# view by assigning instance variables:
134134
#

0 commit comments

Comments
 (0)