Class: Ovto::Router::Link
- Inherits:
-
Component
- Object
- Component
- Ovto::Router::Link
- 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 |