From 8a41b710f6e316b74a312635f532521be16eb869 Mon Sep 17 00:00:00 2001 From: Jeffrey Hardy Date: Wed, 6 Jan 2010 13:37:11 -0500 Subject: Fix spacing on frameworks error message --- railties/lib/rails/configuration.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/lib') diff --git a/railties/lib/rails/configuration.rb b/railties/lib/rails/configuration.rb index e976c971f0..c180031c61 100644 --- a/railties/lib/rails/configuration.rb +++ b/railties/lib/rails/configuration.rb @@ -133,8 +133,8 @@ module Rails end def frameworks(*args) - raise "config.frameworks in no longer supported. See the generated" \ - "config/boot.rb for steps on how to limit the frameworks that" \ + raise "config.frameworks in no longer supported. See the generated " \ + "config/boot.rb for steps on how to limit the frameworks that " \ "will be loaded" end alias frameworks= frameworks -- cgit v1.2.3