Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMichael Kosmicki
7,450 PointsFinally, at the end of the post "/signatures/create" route, redirect the browser to the /signatures/new path, help
I'm a little confused as to what the challenge wants me to do.. Heres the code I tried
ADD CODE TO RECEIVE FORM SUBMISSIONS HERE
post "/signatures/create" do save_signature(params["signature"]) redirect "/${params["signatures]}" end
I've tried *signatures/new , new , create * as well as incorporating the URI method with no luck. Slowly going insane please help :D
1 Answer
Michael Kosmicki
7,450 PointsSo I put a $ instead of a #... I LOVE CODING! sorry for wasting anyones time who reads this