diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index c9d695566..973a8eb59 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -201,6 +201,10 @@ def posts end end + def my_network + redirect_to network_path(current_user) + end + def network @communities = Community.all render layout: 'without_sidebar'