diff options
| author | Michael P Laing <mlaing@post.harvard.edu> | 2011-09-10 16:38:50 +0200 | 
|---|---|---|
| committer | Michael P Laing <mlaing@post.harvard.edu> | 2011-09-10 16:38:50 +0200 | 
| commit | 8a0876478d1f0875a5a295bbce6b7925907dc60e (patch) | |
| tree | bb7f49bc0087ca5d5d2ce4002fac87c2b26b2f51 | |
| parent | 37f1cf0a8b9ce1bc9c25dc2bec99e3edcdb8b254 (diff) | |
| download | rails-8a0876478d1f0875a5a295bbce6b7925907dc60e.tar.gz rails-8a0876478d1f0875a5a295bbce6b7925907dc60e.tar.bz2 rails-8a0876478d1f0875a5a295bbce6b7925907dc60e.zip | |
Update to conform to rails 3.1 generated caode
| -rw-r--r-- | railties/guides/source/getting_started.textile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index acd665983a..1587b20c18 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -821,8 +821,8 @@ this layout in your editor and modify the +body+ tag:  <html>  <head>    <title>Blog</title> -  <%= stylesheet_link_tag :all %> -  <%= javascript_include_tag :defaults %> +  <%= stylesheet_link_tag "application" %> +  <%= javascript_include_tag "application" %>    <%= csrf_meta_tags %>  </head>  <body style="background: #EEEEEE;"> | 
