From 071170871c0cd973531eb55e5c5ee9560c7f7301 Mon Sep 17 00:00:00 2001 From: Tobi Lehman Date: Fri, 8 Jun 2012 17:38:09 -0700 Subject: Fix typo 'ActiveSpport'. --- guides/source/initialization.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/initialization.textile b/guides/source/initialization.textile index 8920859675..9e97cb4194 100644 --- a/guides/source/initialization.textile +++ b/guides/source/initialization.textile @@ -281,7 +281,7 @@ The +active_support/lib/active_support.rb+ file simply defines the +ActiveSuppor h4. +actionpack/lib/action_dispatch.rb+ cont'd. -Now back to +action_pack/lib/action_dispatch.rb+. The next +require+ in this file is one for +action_pack+, which simply calls +action_pack/version.rb+ which defines +ActionPack::VERSION+ and the constants, much like +ActiveSpport+ does. +Now back to +action_pack/lib/action_dispatch.rb+. The next +require+ in this file is one for +action_pack+, which simply calls +action_pack/version.rb+ which defines +ActionPack::VERSION+ and the constants, much like +ActiveSupport+ does. After this line, there's a require to +active_model+ which simply defines autoloads for the +ActiveModel+ part of Rails and sets up the +ActiveModel+ module which is used later on. -- cgit v1.2.3