diff options
author | Akira Matsuda <ronnie@dio.jp> | 2011-04-03 16:59:37 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2011-04-03 16:59:37 +0900 |
commit | 9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b (patch) | |
tree | f78ef9658c3070b1e5ab25aa88f4352e6794767f /railties/guides/source/command_line.textile | |
parent | bd3cdeea354ebff97b0d5102a0857ce85eedcfa4 (diff) | |
download | rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.tar.gz rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.tar.bz2 rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.zip |
s/ERb/ERB/g (part II)
Diffstat (limited to 'railties/guides/source/command_line.textile')
-rw-r--r-- | railties/guides/source/command_line.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index 581fece1ab..f3e8d880df 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -484,7 +484,7 @@ end We take whatever args are supplied, save them to an instance variable, and literally copying from the Rails source, implement a +manifest+ method, which calls +record+ with a block, and we: * Check there's a *public* directory. You bet there is. -* Run the ERb template called "tutorial.erb". +* Run the ERB template called "tutorial.erb". * Save it into "Rails.root/public/tutorial.txt". * Pass in the arguments we saved through the +:assigns+ parameter. |