instance method
env_defaults
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
env_defaults()
No documentation comment.
Source
# File railties/lib/rails/application.rb, line 171
def env_defaults
@env_defaults ||= {
"action_dispatch.parameter_filter" => config.filter_parameters,
"action_dispatch.secret_token" => config.secret_token,
"action_dispatch.show_exceptions" => config.action_dispatch.show_exceptions
}
end
Defined in railties/lib/rails/application.rb line 171
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application