mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 16:28:50 +01:00
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:
parent
66e9c42033
commit
deafad16c0
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue