Class: NavigatorRails::Decorators::Link
- Inherits:
-
Object
- Object
- NavigatorRails::Decorators::Link
- Includes:
- Generic
- Defined in:
- lib/navigator_rails/decorators/link.rb
Instance Attribute Summary
Attributes included from Generic
Instance Method Summary collapse
Methods included from Generic
#child_count, #children, #children_except, #children_of, #draw, #draw_children, #has_visible_children, included, #resource
Instance Method Details
#template ⇒ Object
5 6 7 8 9 |
# File 'lib/navigator_rails/decorators/link.rb', line 5 def template <<-LINK_DECORATION.strip_heredoc <li class="<%= resource.active %>"><%= resource.content %></li> LINK_DECORATION end |