Class: BBMB::Html::View::Info

Inherits:
Template
  • Object
show all
Defined in:
lib/bbmb/html/view/info.rb

Constant Summary collapse

CONTENT =
InfoComposite

Constants inherited from Template

Template::COMPONENTS, Template::CSS_FILES, Template::CSS_ID_MAP, Template::FOOT, Template::HEAD, Template::HTTP_HEADERS, Template::META_TAGS

Instance Method Summary collapse

Methods inherited from Template

#css_links, #title

Instance Method Details

#http_headersObject



24
25
26
27
28
29
# File 'lib/bbmb/html/view/info.rb', line 24

def http_headers
  headers = super
  headers.store('Refresh', 
    "5; URL=#{@lookandfeel._event_url(@model.event)}")
  headers
end