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

Fix typo introduced in 0004ca3a

[ci skip]
This commit is contained in:
Carlos Antonio da Silva 2013-01-16 09:26:17 -02:00
parent 728f9c2eed
commit e7ffb5e4e3

View file

@ -182,7 +182,7 @@ module ActionDispatch # :nodoc:
EMPTY = " "
# Allows you to set manually set or override the response body.
# Allows you to manually set or override the response body.
def body=(body)
@blank = true if body == EMPTY