aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/api.rb
diff options
context:
space:
mode:
authorHrvoje Šimić <shime@twobucks.co>2017-03-11 13:09:10 +0100
committerHrvoje Šimić <shime@twobucks.co>2017-03-11 13:09:12 +0100
commit95c847a1ffc3fe09e78dca00485c07ce2d6c9f0d (patch)
tree9f047aad441301148ae4953585c35164352b0e08 /actionpack/lib/action_controller/api.rb
parent2e752d18b37498cfaa204567342edfc79783edcb (diff)
downloadrails-95c847a1ffc3fe09e78dca00485c07ce2d6c9f0d.tar.gz
rails-95c847a1ffc3fe09e78dca00485c07ce2d6c9f0d.tar.bz2
rails-95c847a1ffc3fe09e78dca00485c07ce2d6c9f0d.zip
[docs] remove unnecessary sentence
[ci skip]
Diffstat (limited to 'actionpack/lib/action_controller/api.rb')
-rw-r--r--actionpack/lib/action_controller/api.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/actionpack/lib/action_controller/api.rb b/actionpack/lib/action_controller/api.rb
index 5cd8d77ddb..0d1af0d0bd 100644
--- a/actionpack/lib/action_controller/api.rb
+++ b/actionpack/lib/action_controller/api.rb
@@ -81,10 +81,9 @@ module ActionController
# end
# end
#
- # Quite straightforward. Make sure to check the modules included in
- # <tt>ActionController::Base</tt> if you want to use any other
- # functionality that is not provided by <tt>ActionController::API</tt>
- # out of the box.
+ # Make sure to check the modules included in <tt>ActionController::Base</tt>
+ # if you want to use any other functionality that is not provided
+ # by <tt>ActionController::API</tt> out of the box.
class API < Metal
abstract!