diff options
author | Brian Jones <joshaidan@gmail.com> | 2017-05-18 13:57:15 -0400 |
---|---|---|
committer | Brian Jones <joshaidan@gmail.com> | 2017-05-18 13:57:15 -0400 |
commit | f63a69e92a585fb8309628781d7aba0d95cdfe0b (patch) | |
tree | 8428ec1a80b8cbee1b46c3201ed0162c756e32e0 /actionpack | |
parent | 89e079f8fdd0a0b642a7f133ea4c5b5c140f85ab (diff) | |
download | rails-f63a69e92a585fb8309628781d7aba0d95cdfe0b.tar.gz rails-f63a69e92a585fb8309628781d7aba0d95cdfe0b.tar.bz2 rails-f63a69e92a585fb8309628781d7aba0d95cdfe0b.zip |
Added missing punctuation [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/abstract_controller/base.rb | 6 |
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 |