Hotwired wi[
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
development:
|
||||
adapter: async
|
||||
adapter: redis
|
||||
url: redis://localhost:6379/1
|
||||
|
||||
test:
|
||||
adapter: test
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user