new(*) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/application/configuration.rb, line 19 def initialize(*) super self.encoding = "utf-8" @allow_concurrency = false @consider_all_requests_local = false @filter_parameters = [] @dependency_loading = true @serve_static_assets = true @session_store = :cookie_store @session_options = {} @time_zone = "UTC" @middleware = app_middleware end
Register or log in to add new notes.