This commit is contained in:
sam
2022-05-14 16:29:26 +04:30
parent 0185ac276c
commit 23bb0bca0d
5 changed files with 26 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Rails.application.routes.draw do
devise_for :admin_users, ActiveAdmin::Devise.config
ActiveAdmin.routes(self)
resources :messages, controller: 'messages'
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end