Module: Roda::RodaPlugins::DefaultHeaders::ResponseMethods

Defined in:
lib/roda/plugins/default_headers.rb

Instance Method Summary collapse

Instance Method Details

#default_headersObject

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