aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorBrian Jones <joshaidan@gmail.com>2017-05-19 01:48:38 -0400
committerBrian Jones <joshaidan@gmail.com>2017-05-19 01:48:38 -0400
commit73294bc96cde5730e552f7e9dfde8d5d3fd25586 (patch)
treec06ba18afd7935097a4d5ec826e0ebe0fb018d72 /actionpack
parentf63a69e92a585fb8309628781d7aba0d95cdfe0b (diff)
downloadrails-73294bc96cde5730e552f7e9dfde8d5d3fd25586.tar.gz
rails-73294bc96cde5730e552f7e9dfde8d5d3fd25586.tar.bz2
rails-73294bc96cde5730e552f7e9dfde8d5d3fd25586.zip
Clarified description of formats [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/abstract_controller/base.rb2
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