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

revises an example in the rdoc of TextHelper#concat

This commit is contained in:
Xavier Noria 2010-02-06 16:17:03 +01:00
parent dcfc3b3733
commit 8e72fd916e

View file

@ -17,7 +17,7 @@ module ActionView
# concat "hello"
# # is the equivalent of <%= "hello" %>
#
# if (logged_in == true):
# if logged_in
# concat "Logged in!"
# else
# concat link_to('login', :action => login)