Sha256: ebcb69efb912cec668a3172e646abaf57fa48cf9792e1ba649d133eb7fb8c8a4

Contents?: true

Size: 136 Bytes

Versions: 9

Compression:

Stored size: 136 Bytes

Contents

class <%= @name.camelcase %>::Application
  # root default route
  get "/" do
    "Hello World! from <%= @name.camelcase %>."
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
aetherg-0.5.1 lib/templates/app/routes/welcome.rb
aetherg-0.5.0 lib/templates/app/routes/welcome.rb
aetherg-0.5.0.beta3 lib/templates/app/routes/welcome.rb
aetherg-0.5.0.beta2 lib/templates/app/routes/welcome.rb
aetherg-0.5.0.beta lib/templates/app/routes/welcome.rb
aetherg-0.3.4 lib/templates/app/routes/welcome.rb
aetherg-0.3.3 lib/templates/app/routes/welcome.rb
aetherg-0.3.2 lib/templates/app/routes/welcome.rb
aetherg-0.3.1 lib/templates/app/routes/welcome.rb