Hotwired wi[

This commit is contained in:
2021-09-22 16:40:20 +02:00
parent a0c72b0caf
commit 9a318249dc
21 changed files with 381 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
development:
adapter: async
adapter: redis
url: redis://localhost:6379/1
test:
adapter: test

View File

@@ -1,4 +1,9 @@
Rails.application.routes.draw do
mount RailsAdmin::Engine => '/admin', as: 'rails_admin'
resources :employers do
resource :like
resource :retweet
end
root to: 'hello#index'
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end