From df41c7cb612352951bfe8e471e11e67f249c16d5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 23 Apr 2007 18:55:54 +0000 Subject: Include Active Resource instead of Action Web Service [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6550 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/environments/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/environments') diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb index 05403ad88a..2e485a5738 100644 --- a/railties/environments/environment.rb +++ b/railties/environments/environment.rb @@ -14,7 +14,7 @@ Rails::Initializer.run do |config| # Settings in config/environments/* take precedence over those specified here # Skip frameworks you're not going to use (only works if using vendor/rails) - # config.frameworks -= [ :action_web_service, :action_mailer ] + # config.frameworks -= [ :active_resource, :action_mailer ] # Only load the plugins named here, by default all plugins in vendor/plugins are loaded # config.plugins = %W( exception_notification ssl_requirement ) -- cgit v1.2.3