开发者

Rails3: What REST URLs for the different pages of a multi-pages wizard?

开发者 https://www.devze.com 2023-03-16 11:10 出处:网络
I am new to Rails and its all-REST concept. I am writing an exam website with Rails3. During an examination, a user has to answer questions that are spread over 4 pages (kind of like a wizard).

I am new to Rails and its all-REST concept.

I am writing an exam website with Rails3.

During an examination, a user has to answer questions that are spread over 4 pages (kind of like a wizard).

How does this translate in REST?

I will probably have an Examination model with an /examinations/new URL, but I开发者_JAVA技巧 need 4 URLs for each of the 4 pages, how to achieve this in Rails3?


Odds are this http://railscasts.com/episodes/217-multistep-forms will answer your question.

0

精彩评论

暂无评论...
验证码 换一张
取 消