Sha256: 8e4fc04937c147620882702800c5237c1fe3443a63385456e691a07b49ba9d0c
Contents?: true
Size: 286 Bytes
Versions: 1
Compression:
Stored size: 286 Bytes
Contents
module React module Component module ClassMethods end def route_handler(*args) Router::RR::RouteHandler(*args) end def link(opts = {}, &block) opts[:params] = opts[:params].to_n if opts[:params] Router::RR::Link(opts, &block) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reactrb-router-0.8.1 | lib/reactrb-router/component.rb |