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

Version Path
isomorfeus-23.9.0.rc12 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.9.0.rc11 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.9.0.rc10 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.9.0.rc9 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.9.0.rc8 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.9.0.rc7 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.9.0.rc6 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.9.0.rc5 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.9.0.rc4 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.9.0.rc3 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.9.0.rc2 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.9.0.rc1 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.8.0.rc3 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.8.0.rc2 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.8.0.rc1 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.7.0.rc5 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.7.0.rc4 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.7.0.rc3 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.7.0.rc2 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-23.7.0.rc1 lib/isomorfeus/installer/templates/my_app.rb.erb