Module: Roda::RodaPlugins::DefaultHeaders::ResponseMethods
- Defined in:
- lib/roda/plugins/default_headers.rb
Instance Method Summary collapse
-
#default_headers ⇒ Object
Get the default headers from the related roda class.
Instance Method Details
#default_headers ⇒ Object
Get the default headers from the related roda class.
42 43 44 |
# File 'lib/roda/plugins/default_headers.rb', line 42 def default_headers self.class.roda_class.default_headers.dup end |