How would I go about redirecting to a page that requires parameters? I'm attempting to redirect to a controller's show action, but I can't find a way for the OmniContacts gem or the Google Developer Console to allow me to specify those parameters. I'm attempting to grab my gmail contacts from this very same page, I just want to be able to go back to this page when the import is complete.
How would I go about redirecting to a page that requires parameters? I'm attempting to redirect to a controller's show action, but I can't find a way for the OmniContacts gem or the Google Developer Console to allow me to specify those parameters. I'm attempting to grab my gmail contacts from this very same page, I just want to be able to go back to this page when the import is complete.
Is this possible?