diff options
author | Brian Jones <joshaidan@gmail.com> | 2017-05-18 11:46:20 -0400 |
---|---|---|
committer | Brian Jones <joshaidan@gmail.com> | 2017-05-18 11:46:20 -0400 |
commit | 89e079f8fdd0a0b642a7f133ea4c5b5c140f85ab (patch) | |
tree | 13e2437fd32b2cd545d786f9f365c5a369c0903f | |
parent | 73293053b587dc68435d1648411d6228b3b55d25 (diff) | |
download | rails-89e079f8fdd0a0b642a7f133ea4c5b5c140f85ab.tar.gz rails-89e079f8fdd0a0b642a7f133ea4c5b5c140f85ab.tar.bz2 rails-89e079f8fdd0a0b642a7f133ea4c5b5c140f85ab.zip |
Specify only the body of the response is returned [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 1e4754dada..c030930617 100644 --- a/actionpack/lib/abstract_controller/base.rb +++ b/actionpack/lib/abstract_controller/base.rb @@ -15,7 +15,7 @@ module AbstractController # different things depending on the context. class Base ## - # Returns the HTTP response sent by the controller + # Returns the body of the HTTP response sent by the controller attr_internal :response_body ## |