timeline wotking, renmed left column

This commit is contained in:
Torsten
2023-06-03 18:09:23 +03:00
parent b8dc0da001
commit 5a5f0585fb
14 changed files with 113 additions and 28 deletions

View File

@ -5,7 +5,7 @@ Kaminari.configure do |config|
# config.max_per_page = nil
# config.window = 4
# config.outer_window = 0
# config.left = 0
# config.leaving = 0
# config.right = 0
# config.page_method_name = :page
# config.param_name = :page

View File

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