Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/_detail/home_page:trader.jpg' do
    "Hello World"
  end
end