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.



38
39
40
# File 'lib/roda/plugins/default_headers.rb', line 38

def default_headers
  roda_class.default_headers
end