I need to look at Sinatra...
The concept of combining routes and controllers makes alot of sense:
get '/user/:id/bio' do User.find(params[:id]).bioend
The concept of combining routes and controllers makes alot of sense:
get '/user/:id/bio' do User.find(params[:id]).bioend