]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/dashboards_controller.rb
Add show_redactions param to changeset downloads
[rails.git] / app / controllers / dashboards_controller.rb
index 54dba26d33de85f12ccaacf1d54681382ec5c906..cb73cc38f35baaa76214ca5f15c19d12c400140d 100644 (file)
@@ -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