Skip to content

Commit

Permalink
Fix AbstractController::Base#hidden_actions comment
Browse files Browse the repository at this point in the history
  • Loading branch information
avakhov committed Feb 18, 2012
1 parent f49ec92 commit 774e2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionpack/lib/abstract_controller/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def internal_methods
controller.public_instance_methods(true)
end

# The list of hidden actions to an empty array. Defaults to an
# empty array. This can be modified by other modules or subclasses
# The list of hidden actions. Defaults to an empty array.
# This can be modified by other modules or subclasses
# to specify particular actions as hidden.
#
# ==== Returns
Expand Down

0 comments on commit 774e2c4

Please sign in to comment.