Files
x-stake/config/routes.rb
2021-08-03 19:46:26 -03:00

6 lines
196 B
Ruby

# frozen_string_literal: true
Rails.application.routes.draw do
devise_for :admin_users
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end