mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 14:35:23 +02:00
AI chat layout skeleton
This commit is contained in:
parent
dd75cadebc
commit
d1b83541c1
23 changed files with 231 additions and 1 deletions
|
@ -22,6 +22,10 @@ Rails.application.routes.draw do
|
|||
delete :reset, on: :member
|
||||
end
|
||||
|
||||
resources :chats, only: %i[index show create destroy] do
|
||||
resources :messages, only: %i[create]
|
||||
end
|
||||
|
||||
resource :onboarding, only: :show do
|
||||
collection do
|
||||
get :profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue