mirror of
https://github.com/github/rails.git
synced 2026-02-07 12:44:54 -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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user