Sha256: 0a8027a2119b054f154bf573db23a5692afc569abf81dbef8f19f2308a440c29

Contents?: true

Size: 107 Bytes

Versions: 10

Compression:

Stored size: 107 Bytes

Contents

class MyApp
  get '/' do
    @home = "Hello World from app/routes/home.rb"
    erb :"home/index"
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
sinator-3.1.1 spec/fixtures/app_routes_home.txt
sinator-3.1.0 spec/fixtures/app_routes_home.txt
sinator-3.0.4 spec/fixtures/app_routes_home.txt
sinator-3.0.3 spec/fixtures/app_routes_home.txt
sinator-3.0.2 spec/fixtures/app_routes_home.txt
sinator-3.0.1 spec/fixtures/app_routes_home.txt
sinator-3.0.0 spec/fixtures/app_routes_home.txt
melodiest-2.0.1 spec/fixtures/app_routes_home.txt
melodiest-2.0.0 spec/fixtures/app_routes_home.txt
melodiest-1.0.0 spec/fixtures/app_routes_home.txt