remove forum

This commit is contained in:
Torsten 2023-05-14 15:44:02 +03:00
parent 70bb999c13
commit 7eb49fafcd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ module ApplicationHelper
["/volunteering" , "Volunteering"] ]
end
def member_memu
items =[["/forum" ,"Forum"] , [main_app.member_path(current_member) , "Settings"]]
items =[ [main_app.member_path(current_member) , "Settings"]]
if !Rails.env.production?
items << [merged.pages_path(), "CMS" ]
end