Home »
MCQs »
Ruby on Rails MCQs
Which of the following statement is True? (Ruby on Rails Q.21)
21. Which of the following statement is True?
- Statement 1: Render triggers a new request from the browser.
- Statement 2: render will render the supplied view for the current request.
Answer: B) Statement 2: render will render the supplied view for the current request.
Explanation:
Statement 2 is correct i.e., render will render the supplied view for the current request.