JDutil / contact_us

Gem providing simple Contact Form functionality with a Rails 3+ Engine.
http://contact-us-demo.herokuapp.com
MIT License
135 stars 57 forks source link

redirect is not working #48

Closed rizwan-haider-devbox closed 10 years ago

rizwan-haider-devbox commented 10 years ago

config.success_redirect = '/' is not working. It throws error and did not redirect the user to root.

JDutil commented 10 years ago

Please provide your gemfile.lock contents and the error backtrace or I cannot help you debug this. The specs for using success_redirect pass just fine.

rizwan-haider-devbox commented 10 years ago

Now it is working. Error was in smtp. Thanks for your replay.