Skip to content

Commit

Permalink
Redirect users to dashboard index instead of rendering it.
Browse files Browse the repository at this point in the history
We need access to the globals set by the index action.
  • Loading branch information
bamnet committed Dec 20, 2012
1 parent 2198277 commit 49b1421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/dashboard_controller.rb
Expand Up @@ -30,7 +30,7 @@ def update
params[:concerto_config].each do |k,v|
ConcertoConfig.set(k,v) #only set this if the config already exists
end
render :action => :index
redirect_to :action => :index
end

def run_backup
Expand Down

0 comments on commit 49b1421

Please sign in to comment.