Rails.application.routes.draw do devise_for :users, :path_prefix => 'my' resources :users resources :checks # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html # Defines the root path route ("/") root "checks#index" end