Module: ActionController::DefaultHeaders
| Relationships & Source Files | |
| Namespace Children | |
| Modules: | |
| Extension / Inclusion / Inheritance Descendants | |
| Included In: API,Base,::ActionView::TestCase::TestController,
          Rails::ApplicationController,::Rails::HealthController,
          Rails::InfoController,
          Rails::MailersController,
          Rails::PwaController,
          Rails::WelcomeController | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           ::ActiveSupport::Concern | |
| Defined in: | actionpack/lib/action_controller/metal/default_headers.rb | 
Overview
Allows configuring default headers that will be automatically merged into each response.
Class Method Summary
::ActiveSupport::Concern - Extended
| class_methods | Define class methods from given block. | 
| included | Evaluate given block in context of base class, so that you can write class macros here. | 
| prepended | Evaluate given block in context of base class, so that you can write class macros here. |