[docs] remove unnecessary sentence

[ci skip]
This commit is contained in:
Hrvoje Šimić 2017-03-11 13:09:10 +01:00
parent 2e752d18b3
commit 95c847a1ff
No known key found for this signature in database
GPG Key ID: C03704E2414AA9B2
1 changed files with 3 additions and 4 deletions

View File

@ -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!