In the following scenario, I need to check the value of the object property in the fields_for loop.
fields_for
<%= f.semantic_fields_for :review_details do
I got it, I can use
rd.object.review_criteria_id
object is the default wrapper object for the fields_for loop.
object