Class: BBMB::Html::View::Info
- 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
Instance Method Details
#http_headers ⇒ Object
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 |