]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/user_preference_controller.rb
Change the map key from a static PNG image to a generated HTML table that can be...
[rails.git] / app / controllers / user_preference_controller.rb
index d02313497ef61408eb1667852c95abaa4e386366..59573047acc3591e22621f1fb041b99abe3f95d9 100644 (file)
@@ -1,8 +1,6 @@
 # Update and read user preferences, which are arbitrayr key/val pairs
 class UserPreferenceController < ApplicationController
   before_filter :authorize
-  before_filter :require_allow_read_prefs, :only => [:read_one, :read]
-  before_filter :require_allow_write_prefs, :except => [:read_one, :read]
 
   def read_one
     pref = UserPreference.find(@user.id, params[:preference_key])