X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7609c118843d66c37dd428a2a162a4e15289b6ce..50bf0a6379ed8ffb31719a29d63d17f8e72fc07b:/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