instance method
whiny_nils=
Ruby on Rails 4.0.13
Since v4.0.13 Last seen in v4.0.13Signature
whiny_nils=(*)
No documentation comment.
Parameters
-
argsrest
Source
# File railties/lib/rails/application/configuration.rb, line 154
def whiny_nils=(*)
ActiveSupport::Deprecation.warn "config.whiny_nils option is deprecated and no longer works"
end
Defined in railties/lib/rails/application/configuration.rb line 154
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::Configuration