aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/base.rb
diff options
context:
space:
mode:
authorBrian Jones <joshaidan@gmail.com>2017-05-18 13:57:15 -0400
committerBrian Jones <joshaidan@gmail.com>2017-05-18 13:57:15 -0400
commitf63a69e92a585fb8309628781d7aba0d95cdfe0b (patch)
tree8428ec1a80b8cbee1b46c3201ed0162c756e32e0 /actionpack/lib/abstract_controller/base.rb
parent89e079f8fdd0a0b642a7f133ea4c5b5c140f85ab (diff)
downloadrails-f63a69e92a585fb8309628781d7aba0d95cdfe0b.tar.gz
rails-f63a69e92a585fb8309628781d7aba0d95cdfe0b.tar.bz2
rails-f63a69e92a585fb8309628781d7aba0d95cdfe0b.zip
Added missing punctuation [ci skip]
Diffstat (limited to 'actionpack/lib/abstract_controller/base.rb')
-rw-r--r--actionpack/lib/abstract_controller/base.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/lib/abstract_controller/base.rb b/actionpack/lib/abstract_controller/base.rb
index c030930617..aa58089fd4 100644
--- a/actionpack/lib/abstract_controller/base.rb
+++ b/actionpack/lib/abstract_controller/base.rb
@@ -15,15 +15,15 @@ module AbstractController
# different things depending on the context.
class Base
##
- # Returns the body of the HTTP response sent by the controller
+ # Returns the body of the HTTP response sent by the controller.
attr_internal :response_body
##
- # Returns the name of the action this controller is processing
+ # Returns the name of the action this controller is processing.
attr_internal :action_name
##
- # Returns the formats processed by the controller
+ # Returns the formats processed by the controller.
attr_internal :formats
include ActiveSupport::Configurable