Skip to content

Commit

Permalink
Merge pull request #2596 from dharmatech/patch-1
Browse files Browse the repository at this point in the history
ActionController::Redirecting : fix docs typo
  • Loading branch information
spastorino committed Aug 20, 2011
1 parent a0cb706 commit 088f6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/metal/redirecting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module Redirecting
# integer, or a symbol representing the downcased, underscored and symbolized description.
# Note that the status code must be a 3xx HTTP code, or redirection will not occur.
#
# It is also possible to assign a flash message as part of the redirection. There are two special accessors for commonly used the flash names
# It is also possible to assign a flash message as part of the redirection. There are two special accessors for the commonly used flash names
# +alert+ and +notice+ as well as a general purpose +flash+ bucket.
#
# Examples:
Expand Down

0 comments on commit 088f6f0

Please sign in to comment.