Sha256: 12d5fac46a21a50db87c7b41051ac6e9ceff064b8a6f9750bd769c134469372b

Contents?: true

Size: 124 Bytes

Versions: 11

Compression:

Stored size: 124 Bytes

Contents

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

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
sinator-4.0.0 lib/sinator/templates/app/routes/home.erb
sinator-3.1.1 lib/sinator/templates/app/routes/home.erb
sinator-3.1.0 lib/sinator/templates/app/routes/home.erb
sinator-3.0.4 lib/sinator/templates/app/routes/home.erb
sinator-3.0.3 lib/sinator/templates/app/routes/home.erb
sinator-3.0.2 lib/sinator/templates/app/routes/home.erb
sinator-3.0.1 lib/sinator/templates/app/routes/home.erb
sinator-3.0.0 lib/sinator/templates/app/routes/home.erb
melodiest-2.0.1 lib/melodiest/templates/app/routes/home.erb
melodiest-2.0.0 lib/melodiest/templates/app/routes/home.erb
melodiest-1.0.0 lib/melodiest/templates/app/routes/home.erb