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.



56
57
58
# File 'lib/roda/plugins/default_headers.rb', line 56

def default_headers
  roda_class.default_headers
end