Sha256: a38ae6ed6c2656956e5089aafd4c2f5b54564bd81bd63b9118c5fccf76dbfc77
Contents?: true
Size: 175 Bytes
Versions: 2
Compression:
Stored size: 175 Bytes
Contents
# frozen_string_literal: true Quilt::Engine.routes.draw do post "/performance_report", to: "performance_report#create" get "/*path", to: "ui#index" root "ui#index" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
quilt_rails-3.6.0 | config/routes.rb |
quilt_rails-3.5.6 | config/routes.rb |