mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Minor typo fix.
This commit is contained in:
parent
7c6807296b
commit
35129f5b99
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ Each fixture is given a name followed by an indented list of colon-separated key
|
|||
|
||||
h5. ERb'in It Up
|
||||
|
||||
ERb allows you embed ruby code within templates. Both the YAML and CSV fixture formats are pre-processed with ERb when you load fixtures. This allows you to use Ruby to help you generate some sample data.
|
||||
ERb allows you to embed ruby code within templates. Both the YAML and CSV fixture formats are pre-processed with ERb when you load fixtures. This allows you to use Ruby to help you generate some sample data.
|
||||
|
||||
<erb>
|
||||
<% earth_size = 20 %>
|
||||
|
|
Loading…
Reference in a new issue