Merge pull request #28380 from shime/docs-actionpack-api

[docs] remove unnecessary sentence
This commit is contained in:
Andrew White 2017-03-11 13:32:35 +00:00 committed by GitHub
commit 158a01e73f
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!