aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/index.html.erb
diff options
context:
space:
mode:
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 254ee91ab4..a0db87c188 100644
--- a/railties/guides/source/index.html.erb
+++ b/railties/guides/source/index.html.erb
@@ -88,6 +88,10 @@ Ruby on Rails Guides
<dl>
+<%= guide("Active Support Core Extensions", 'active_support_core_extensions.html') do %>
+ <p>This guide documents the Ruby core extensions defined in Active Support.</p>
+<% end %>
+
<%= guide("Rails Internationalization API", 'i18n.html') do %>
<p>This guide covers how to add internationalization to your applications. Your application will be able to translate content to different languages, change pluralization rules, use correct date formats for each country and so on.</p>
<% end %>