when i use something like:
redirect_to :controller => :login, :action => :login
i get an error:
“undefined method `include?’ for :login:Symbol”
is it not possible to use symbols with redirect_to? i thought it was
a rails idiom to use symbols like so.
thanks,
jeff