Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class NewDarioSite::App
  get '/exhibitions/exhibitions/4' do
    "Hello World"
  end
end