X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e91c02f2ceb2b72a77846a0c31f5eca22b9b0a65..dc60d78cdabc06b3c2fe8cb923125a01fa6b3da6:/app/controllers/dashboards_controller.rb diff --git a/app/controllers/dashboards_controller.rb b/app/controllers/dashboards_controller.rb index 540683d25..cb73cc38f 100644 --- a/app/controllers/dashboards_controller.rb +++ b/app/controllers/dashboards_controller.rb @@ -9,6 +9,7 @@ class DashboardsController < ApplicationController before_action :check_database_readable def show - @user = current_user + @followings = current_user.followings + @nearby_users = current_user.nearby - @followings end end