Sha256: e0b16e8f13e9dccee29bfa71d5ea1a2fc0331989ddb8f305273530372a71bbfd

Contents?: true

Size: 142 Bytes

Versions: 5

Compression:

Stored size: 142 Bytes

Contents

class App < Roda
  plugin :rodbot

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

  run :help, Routes::Help
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rodbot-0.3.1 lib/templates/new/app/app.rb
rodbot-0.3.0 lib/templates/new/app/app.rb
rodbot-0.2.0 lib/templates/new/app/app.rb
rodbot-0.1.1 lib/templates/new/app/app.rb
rodbot-0.1.0 lib/templates/new/app/app.rb