mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
revises an example in the rdoc of TextHelper#concat
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user