mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Minor typo fix.
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user