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