1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixing typo in config.frameworks error

This commit is contained in:
Mikel Lindsaar 2010-01-22 19:38:50 +11:00
parent 8a6a2ca712
commit 6fd7d1fc12

View file

@ -137,7 +137,7 @@ module Rails
end
def frameworks(*args)
raise "config.frameworks in no longer supported. See the generated " \
raise "config.frameworks is no longer supported. See the generated " \
"config/boot.rb for steps on how to limit the frameworks that " \
"will be loaded"
end