Sha256: 963aec89138bd53f2b0a914ea41687d3251cb4f02f51f29b207dc2da90a51de0

Contents?: true

Size: 174 Bytes

Versions: 9

Compression:

Stored size: 174 Bytes

Contents

class App < Roda
  plugin :rodbot

  route do |r|
    r.multi_run
    r.public
    r.root { view :root }
  end

  run :healthz, Routes::Healthz
  run :help, Routes::Help
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rodbot-0.4.5 lib/templates/new/app/app.rb
rodbot-0.4.4 lib/templates/new/app/app.rb
rodbot-0.4.3 lib/templates/new/app/app.rb
rodbot-0.4.2 lib/templates/new/app/app.rb
rodbot-0.4.1 lib/templates/new/app/app.rb
rodbot-0.4.0 lib/templates/new/app/app.rb
rodbot-0.3.4 lib/templates/new/app/app.rb
rodbot-0.3.3 lib/templates/new/app/app.rb
rodbot-0.3.2 lib/templates/new/app/app.rb