the line
redirect_to :action => index
should be
redirect_to :action => :index
or is it just a typo? i don’t know why it’s not throwing an error complaining that there’s no index variable so maybe it’s just a typo.
the line
redirect_to :action => index
should be
redirect_to :action => :index
or is it just a typo? i don’t know why it’s not throwing an error complaining that there’s no index variable so maybe it’s just a typo.