]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/traces_controller.rb
Move user lookup and error render to concerns
[rails.git] / app / controllers / traces_controller.rb
index 0b7dbc94a60228f0e63656333a689b5abef24ec4..90ab34a48c406d27ecc31b3418c6ad48d94bb4c1 100644 (file)
@@ -1,4 +1,6 @@
 class TracesController < ApplicationController
+  include UserMethods
+
   layout "site", :except => :georss
 
   before_action :authorize_web