From 753cbf1cd45c0f82ba24d70830f5a8581cb55bc0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 23 Jun 2007 17:23:52 +0000 Subject: Docfix (closes #8715) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7097 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/initializer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties') diff --git a/railties/lib/initializer.rb b/railties/lib/initializer.rb index 28ad98bc10..0df2d7c3b7 100644 --- a/railties/lib/initializer.rb +++ b/railties/lib/initializer.rb @@ -155,7 +155,7 @@ module Rails # Requires all frameworks specified by the Configuration#frameworks # list. By default, all frameworks (ActiveRecord, ActiveSupport, - # ActionPack, ActionMailer, and ActionWebService) are loaded. + # ActionPack, ActionMailer, and ActiveResource) are loaded. def require_frameworks configuration.frameworks.each { |framework| require(framework.to_s) } end @@ -388,7 +388,7 @@ module Rails # The list of rails framework components that should be loaded. (Defaults # to :active_record, :action_controller, # :action_view, :action_mailer, and - # :action_web_service). + # :active_resource). attr_accessor :frameworks # An array of additional paths to prepend to the load path. By default, -- cgit v1.2.3