Method: React::Component#link
- Defined in:
- lib/reactive-router/component.rb
#link(opts = {}, &block) ⇒ Object
14 15 16 17 |
# File 'lib/reactive-router/component.rb', line 14 def link(opts = {}, &block) opts[:params] = opts[:params].to_n if opts[:params] Router::RR::Link(opts, &block) end |