diff options
-rw-r--r-- | actionpack/lib/abstract_controller/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/abstract_controller/base.rb b/actionpack/lib/abstract_controller/base.rb index aa58089fd4..dc79820a82 100644 --- a/actionpack/lib/abstract_controller/base.rb +++ b/actionpack/lib/abstract_controller/base.rb @@ -23,7 +23,7 @@ module AbstractController attr_internal :action_name ## - # Returns the formats processed by the controller. + # Returns the formats that can be processed by the controller. attr_internal :formats include ActiveSupport::Configurable |