Commit bdeb37d37133af8ca62cdf02f4e71520602b3ecb

Authored by André Guedes
Committed by Tallys Martins
1 parent 65f294e1

Fixed redirecting after signup.

(AI3036)

Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/controllers/public/account_controller.rb
... ... @@ -34,6 +34,7 @@ class AccountController &lt; ApplicationController
34 34 @register_pending = true
35 35 @user.activation_code = nil
36 36 @user.save!
  37 + redirect_to :controller => :home
37 38 end
38 39 end
39 40 else
... ...