JDutil / contact_us

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

Redirect URL on successful submissions is configurable #33

Closed dgmdan closed 11 years ago

dgmdan commented 11 years ago

I wanted to redirect the user to somewhere other than / after they submit the contact form. This PR adds a configurable option to do so.

JDutil commented 11 years ago

Great idea, but the build failed on Ruby 2.0.0. Could you please investigate that, and also fix this so that the file permissions are not changed for the files you've edited. Thanks.

dgmdan commented 11 years ago

Both issues are now fixed.

JDutil commented 11 years ago

Thank you!