instance method
frameworks
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
frameworks(*args)
No documentation comment.
Parameters
-
argsrest
Source
# File railties/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
Defined in railties/lib/rails/configuration.rb line 76
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Configuration::Deprecated