Get rid of weird render params

This line caused the page to not get a layout in Rails 2.3.5

Fixes #988
This commit is contained in:
Eric Allen 2010-01-17 11:33:35 -08:00
parent 66e9c42033
commit deafad16c0

View file

@ -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
end