Class: BBMB::Html::View::NavigationLink
- Inherits:
-
HtmlGrid::Link
- Object
- HtmlGrid::Link
- BBMB::Html::View::NavigationLink
- Defined in:
- lib/bbmb/html/view/navigation.rb
Instance Method Summary collapse
Instance Method Details
#init ⇒ Object
8 9 10 11 12 13 |
# File 'lib/bbmb/html/view/navigation.rb', line 8 def init unless(@session.event == @name) self.href = @lookandfeel._event_url(@name) end super end |