I have @table_name(object array) contain many objects.
I want to replace its column values one by one with my values..
i have use
<% for group_permission in @table_name %>
<%end%>
How i change Please help me
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hi If @table_name is a collection of objects, you can get each as
You also can get attributes as
Values and names of attributes as