diff options
Diffstat (limited to 'railties/guides/source/index.erb.textile')
-rw-r--r-- | railties/guides/source/index.erb.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile index d66e10c6ee..4751c3a1f5 100644 --- a/railties/guides/source/index.erb.textile +++ b/railties/guides/source/index.erb.textile @@ -97,7 +97,7 @@ h3. Digging Deeper This guide covers the various ways of performance testing a Ruby on Rails application. <% end %> -<% guide("The Basics of Creating Rails Plugins", 'plugins.html') do %> +<% guide("The Basics of Creating Rails Plugins", 'plugins.html', :ticket => 32) do %> This guide covers how to build a plugin to extend the functionality of Rails. <% end %> @@ -105,7 +105,7 @@ h3. Digging Deeper This guide covers the basic configuration settings for a Rails application. <% end %> -<% guide("Rails Command Line Tools and Rake tasks", 'command_line.html') do %> +<% guide("Rails Command Line Tools and Rake tasks", 'command_line.html', :ticket => 29) do %> This guide covers the command line tools and rake tasks provided by Rails. <% end %> |