Sha256: c4d074ccf41e894ad4a9503fa7007d24bf25e58d46d7590dda652296ff0b89f1
Contents?: true
Size: 413 Bytes
Versions: 7
Compression:
Stored size: 413 Bytes
Contents
# main routes get 'login', to: 'back/authentication#index', as: 'login' get 'dashboard', to: 'back/dashboard#index', as: 'dashboard' # authentication post 'authentication/exec_login', to: 'back/authentication#exec_login', as: 'authentication_exec_login' post 'authentication/exec_logout', to: 'back/authentication#exec_logout', as: 'authentication_exec_logout' # superusers resources :superusers, module: 'back'
Version data entries
7 entries across 7 versions & 1 rubygems