From a rails social question and answer site, I want to allow users to
share a question via email. The question would have an email icon that
opens a modal where an email address, name, and comments could be
entered. I am not interested in saving the entered information. It
would get passed to action mailer for the email. What is the best
approach for this? Code helps
Thanks.