Sha256: 63379f17be31ab41d42ac2ae924ae379f5ea21c6d1509a380ce9899f2b88d95f
Contents?: true
Size: 279 Bytes
Versions: 35
Compression:
Stored size: 279 Bytes
Contents
class <%= app_class %> < LucidApp render do Router do Switch do Route(path: '/', component: HelloComponent) Route(path: '/welcome', component: 'WelcomeComponent') Route(component: 'NotFound404Component') end end end end
Version data entries
35 entries across 35 versions & 1 rubygems