diff --git a/app/controllers/preferences_controller.rb b/app/controllers/preferences_controller.rb index 5e5f9640..89935666 100644 --- a/app/controllers/preferences_controller.rb +++ b/app/controllers/preferences_controller.rb @@ -7,7 +7,6 @@ class PreferencesController < ApplicationController def edit @page_title = "TRACKS::Edit Preferences" - render :object => prefs end def update @@ -20,4 +19,4 @@ class PreferencesController < ApplicationController end end -end \ No newline at end of file +end