mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[docs] remove unnecessary sentence
[ci skip]
This commit is contained in:
parent
2e752d18b3
commit
95c847a1ff
1 changed files with 3 additions and 4 deletions
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in a new issue