Sha256: 13617eaa6eaeb9731fe8e168723584321d93c652e913a53bb7179328c02812c5
Contents?: true
Size: 194 Bytes
Versions: 4
Compression:
Stored size: 194 Bytes
Contents
# frozen_string_literal: true Dummy::Application.routes.draw do get 'test' => 'application#index' post 'test' => 'application#create' get 'exclusions' => 'exclusions#index' end
Version data entries
4 entries across 4 versions & 1 rubygems