Displaying 1 result from an estimated 1 matches for "video_title".
2012 Jan 27
4
Redirecting to create new page with input
...a very very fundamental question, but since I am new
to Rails, it''s more productive to ask someone to point out what I need
to do.
Say, I have a search method that generates a list of youtube videos. I
have completed this part.
And also, I have set up a database, Video, whose fields are video_title
and URL.
I need to place a button to each of these video outcomes.
My question is :
when clicking the button, how can I automatically send the URL of the
corresponding video and simultaneously redirect to NEW page where users
can create a new video entry??? In other words, in the creating new
pa...