Sha256: 474abc31cd0d081dbe7ffaea9b7d013899ab2ac4102262a8733ce3931d3cbc50

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 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

4 entries across 4 versions & 1 rubygems

Version Path
isomorfeus-22.9.0.rc4 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-22.9.0.rc3 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-22.9.0.rc2 lib/isomorfeus/installer/templates/my_app.rb.erb
isomorfeus-22.9.0.rc1 lib/isomorfeus/installer/templates/my_app.rb.erb