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

change route #14

Closed alec-c4 closed 12 years ago

alec-c4 commented 12 years ago

Hi, is it possible to change default route from /contact-us to something else?

JDutil commented 12 years ago

You can add any route you would like.

You could do something like:

match 'contact' => 'contact_us/contacts#new'

To override them completely you would need to fork the repo, and make the changes you would like.