Method: Rails::Configuration::Deprecated#frameworks
- Defined in:
- lib/rails/configuration.rb
#frameworks(*args) ⇒ Object Also known as: frameworks=
76 77 78 79 80 |
# File 'lib/rails/configuration.rb', line 76 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 " \ "will be loaded" end |