aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/index.html.erb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-08-31 01:44:59 -0700
committerXavier Noria <fxn@hashref.com>2011-08-31 01:44:59 -0700
commit73263f6c81936b199f7410991a23ea380a58e005 (patch)
tree050eaa7c1f482d4f94e396b9435ee0e36739c190 /railties/guides/source/index.html.erb
parentf4492b8656f7a1937a574d9a8ea1f065e10df36d (diff)
downloadrails-73263f6c81936b199f7410991a23ea380a58e005.tar.gz
rails-73263f6c81936b199f7410991a23ea380a58e005.tar.bz2
rails-73263f6c81936b199f7410991a23ea380a58e005.zip
adds the release notes of 3.1 to the index
Diffstat (limited to 'railties/guides/source/index.html.erb')
-rw-r--r--railties/guides/source/index.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb
index b7813086d7..214155c088 100644
--- a/railties/guides/source/index.html.erb
+++ b/railties/guides/source/index.html.erb
@@ -174,6 +174,10 @@ Ruby on Rails Guides
<h3>Release Notes</h3>
<dl>
+<%= guide("Ruby on Rails 3.1 Release Notes", '3_1_release_notes.html') do %>
+ <p>Release notes for Rails 3.1.</p>
+<% end %>
+
<%= guide("Ruby on Rails 3.0 Release Notes", '3_0_release_notes.html') do %>
<p>Release notes for Rails 3.0.</p>
<% end %>