wrong redirection during the installation process
This commit is contained in:
parent
551ef03ff6
commit
34c7df04b8
@ -34,7 +34,7 @@ module Admin
|
||||
when 1 # create account
|
||||
@account = Account.create(params[:account])
|
||||
if @account.valid?
|
||||
redirect_to admin_installation_step_url(3)
|
||||
redirect_to admin_installation_step_url(2)
|
||||
else
|
||||
render 'step_1'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user