aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/configuration.rb
diff options
context:
space:
mode:
authorJeffrey Hardy <jeff@37signals.com>2010-01-06 13:37:11 -0500
committerJeffrey Hardy <jeff@37signals.com>2010-01-06 13:37:11 -0500
commit8a41b710f6e316b74a312635f532521be16eb869 (patch)
treef085d77525e8bf36121f506d281a76f47f71446b /railties/lib/rails/configuration.rb
parent88fd569ba0faaecbc88ab26e24dc15f12e14fd6e (diff)
downloadrails-8a41b710f6e316b74a312635f532521be16eb869.tar.gz
rails-8a41b710f6e316b74a312635f532521be16eb869.tar.bz2
rails-8a41b710f6e316b74a312635f532521be16eb869.zip
Fix spacing on frameworks error message
Diffstat (limited to 'railties/lib/rails/configuration.rb')
-rw-r--r--railties/lib/rails/configuration.rb4
1 files changed, 2 insertions, 2 deletions
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