X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e91c02f2ceb2b72a77846a0c31f5eca22b9b0a65..4482ed6d27f096f99e6badc97c74f312391add49:/app/controllers/dashboards_controller.rb?ds=sidebyside 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