diff options
| author | ciastek <ciasteczkowy@gmail.com> | 2012-01-23 00:58:40 +0100 |
|---|---|---|
| committer | ciastek <ciasteczkowy@gmail.com> | 2012-01-23 00:58:40 +0100 |
| commit | b59e7b9ea33503d579facc95e94f00acdbfa2224 (patch) | |
| tree | d77a50f498afa94bdb4b81f84fcb30f2e16deb5e | |
| parent | 82f645383e5a69631a8f75b47b68262c6d9905dc (diff) | |
| download | rails-b59e7b9ea33503d579facc95e94f00acdbfa2224.tar.gz rails-b59e7b9ea33503d579facc95e94f00acdbfa2224.tar.bz2 rails-b59e7b9ea33503d579facc95e94f00acdbfa2224.zip | |
"will be used throughout all the views for posts." could suggest, that code's modification is somehow related to posts, while it's application-wide
| -rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index c77bc93cfb..db4b417536 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -853,7 +853,7 @@ below: </erb> Now when you refresh the +/posts+ page, you'll see a gray background to the -page. This same gray background will be used throughout all the views for posts. +page. This same gray background will be used throughout all the views for blog application. h4. Creating New Posts |
