added virtuals

This commit is contained in:
2023-05-10 15:14:06 +01:00
parent 793e944b5f
commit 8f1fe8c7c2
27 changed files with 297 additions and 15 deletions

View File

@@ -67,4 +67,6 @@ Rails.application.configure do
# Uncomment if you wish to allow Action Cable access from any origin.
# config.action_cable.disable_request_forgery_protection = true
config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
end

View File

@@ -1,4 +1,5 @@
Rails.application.routes.draw do
resources :virtuals
resources :domains
devise_for :users
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html