copy timeline here

This commit is contained in:
2023-06-18 11:23:46 +03:00
parent 818af2f5e9
commit def9e6083d
10 changed files with 126 additions and 10 deletions

View File

@ -7,6 +7,8 @@ Rails.application.routes.draw do
get "/members/edit_email" , to: "registrations#edit_email"
end
get "timeline" , to: "timeline#index"
resources :members
mount Thredded::Engine => '/forum'