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:
parent
8a6a2ca712
commit
6fd7d1fc12
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue