mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Its just ERb now
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7211 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
3029a76af3
commit
80150a0cfb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module ActionView
|
|||
# variable. You can then use this variable anywhere in your templates or layout.
|
||||
#
|
||||
# ==== Examples
|
||||
# The capture method can be used in RHTML (ERb) templates...
|
||||
# The capture method can be used in ERb templates...
|
||||
#
|
||||
# <% @greeting = capture do %>
|
||||
# Welcome to my shiny new web page! The date and time is
|
||||
|
|
Loading…
Reference in a new issue