Redirection in Rails
        Posted  
        
            by Cyborgo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Cyborgo
        
        
        
        Published on 2010-06-15T00:51:28Z
        Indexed on 
            2010/06/15
            1:22 UTC
        
        
        Read the original article
        Hit count: 296
        
ruby-on-rails
Hi,
I have a small question regarding rails. I have a search controller which searches for a name in database, if found shows the details about it or else I am redirecting to the new name page. Is there anyway after redirection that the name searched for to automatically appear in the new form page?
Thanks in advance.
© Stack Overflow or respective owner