Skip to content

Commit 700daae

Browse files
authored
Merge pull request rails#53675 from sromelus/fix-doc-action-pack-action-view
Fix incorrect documentation about Action Pack and Action View
2 parents a53842b + c3239f5 commit 700daae

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)