X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ade96da19f42a1277fde5748c978d2eb984f3536..d9c17e930d7247375b7025dbeb7cec3fc1fb10cd:/app/controllers/user_controller.rb diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index eeef4b6de..cee66274f 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -1,5 +1,5 @@ class UserController < ApplicationController - layout 'site' + layout 'site', :except => :api_details before_filter :authorize, :only => [:api_details, :api_gpx_files] before_filter :authorize_web, :except => [:api_details, :api_gpx_files] @@ -245,11 +245,6 @@ class UserController < ApplicationController redirect_to :controller => 'user', :action => 'view', :display_name => @user.display_name end - def api_details - # moved implementation to a view. - render :layout => false - end - def api_gpx_files doc = OSM::API.new.get_xml_doc @user.traces.each do |trace|