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
|
when 1 # create account
|
||||||
@account = Account.create(params[:account])
|
@account = Account.create(params[:account])
|
||||||
if @account.valid?
|
if @account.valid?
|
||||||
redirect_to admin_installation_step_url(3)
|
redirect_to admin_installation_step_url(2)
|
||||||
else
|
else
|
||||||
render 'step_1'
|
render 'step_1'
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user