From deafad16c05b0644289fc7e3af53f0067427d0de Mon Sep 17 00:00:00 2001 From: Eric Allen Date: Sun, 17 Jan 2010 11:33:35 -0800 Subject: [PATCH] Get rid of weird render params This line caused the page to not get a layout in Rails 2.3.5 Fixes #988 --- app/controllers/preferences_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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