Sha256: 192b8cc16f589bb23b70778008a4d069066b0dc04ee37ca23fcfefbc6a2abd84

Contents?: true

Size: 309 Bytes

Versions: 1

Compression:

Stored size: 309 Bytes

Contents

# frozen_string_literal: true

Rails.application.routes.draw do
  # Add your own routes here, or remove this file if you don't have need for it.
  root :to => 'example#index'
  get "/restricted" => 'example#restricted'
  get "/this_requires_signin_permission" => "example#this_requires_signin_permission"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gds-sso-15.0.0 spec/internal/config/routes.rb