Class: Ovto::Router::Link

Inherits:
Component
  • Object
show all
Defined in:
lib/ovto/router/link.rb

Instance Method Summary collapse

Instance Method Details

#render(path:, text:) ⇒ Object



4
5
6
# File 'lib/ovto/router/link.rb', line 4

def render(path:, text:)
  o 'a', { href: path, onclick: click_handler(path: path) }, text
end