View original Gist on GitHub
require "sinatra/reloader" class Foo register Sinatra::Reloader also_reload "path/*/to/other/files/*.rb" end