This instance will be upgraded to Heptapod 0.31.0rc on 2022-05-19 at 11:00 UTC+2 (a few minutes of down time)
class UserUrlConstrainer def matches?(request)
User.find_by_full_path(request.params[:username], follow_redirects: request.get?).present?
end end