class YDIM::Html::View::Confirm
Constants
- CONTENT
Public Instance Methods
http_headers()
click to toggle source
Calls superclass method
# File lib/ydim/html/view/confirm.rb, line 19 def http_headers headers = super url = @lookandfeel._event_url(:invoices) headers.store('Refresh', "5; URL=#{url}") headers end