diff options
author | Brian Jones <joshaidan@gmail.com> | 2017-05-19 01:48:38 -0400 |
---|---|---|
committer | Brian Jones <joshaidan@gmail.com> | 2017-05-19 01:48:38 -0400 |
commit | 73294bc96cde5730e552f7e9dfde8d5d3fd25586 (patch) | |
tree | c06ba18afd7935097a4d5ec826e0ebe0fb018d72 | |
parent | f63a69e92a585fb8309628781d7aba0d95cdfe0b (diff) | |
download | rails-73294bc96cde5730e552f7e9dfde8d5d3fd25586.tar.gz rails-73294bc96cde5730e552f7e9dfde8d5d3fd25586.tar.bz2 rails-73294bc96cde5730e552f7e9dfde8d5d3fd25586.zip |
Clarified description of formats [ci skip]
-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 |