class WebInterface < Sinatra::Base get '/' do @posts = Post.all erb :index end end