Question: Which Rails helper would you use in the application view to protect against CSRF (Cross-Site Request Forgery) attacks?

  1. `csrf_protection`
  2. `csrf_helper`
  3. `csrf_meta_tags`
  4. `csrf`

Answer: The correct answer of the above question is Option C:`csrf_meta_tags`