Class: Tramway::Landing::BlockLinkDecorator

Inherits:
LinkDecorator
  • Object
show all
Defined in:
app/decorators/tramway/landing/block_link_decorator.rb

Instance Method Summary collapse

Methods inherited from LinkDecorator

#title

Instance Method Details



6
7
8
# File 'app/decorators/tramway/landing/block_link_decorator.rb', line 6

def link
  "##{object.anchor}"
end