1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixed grammar

This commit is contained in:
Anupam Choudhury 2013-03-28 16:43:14 +05:30
parent 341e611547
commit a895b4087d

View file

@ -105,7 +105,7 @@ module AbstractController
#
# If a component extends the semantics of response_body
# (as Action Controller extends it to be anything that
# responds to the method each), this method needs to
# responds to the method each), this method needs to be
# overriden in order to still return a string.
# :api: plugin
def render_to_string(*args, &block)