kuntoaji/sinator

View on GitHub
lib/sinator/templates/app/routes/home.erb

Summary

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