Sha256: e455415fa9e633b8caf1b1c5647eeb153532f98923342a5c74ad6c5fc751ac5c
Contents?: true
Size: 272 Bytes
Versions: 9
Compression:
Stored size: 272 Bytes
Contents
Rails.application.routes.draw do match '/auth/gds/callback', to: 'authentications#callback', as: :gds_sign_in match '/auth/gds/sign_out', to: 'authentications#sign_out', as: :gds_sign_out match '/auth/failure', to: 'authentications#failure', as: :auth_failure end
Version data entries
9 entries across 9 versions & 1 rubygems