Sha256: 8fc4a8aa6e846df071e38a9aeb2683b57e68f9f3952c45c7747cf099b6976f96
Contents?: true
Size: 231 Bytes
Versions: 21
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true Rails.application.routes.draw do scope module: "neeto_commons_backend" do match "/:status_code", constraints: { status_code: /404|500/, format: :html }, to: "failures#show", via: :all end end
Version data entries
21 entries across 21 versions & 1 rubygems