<%= Check.human_attribute_name(:member_id) %> | <%= @check.member_id %> |
<%= Check.human_attribute_name(:comment) %> | <%= @check.comment %> |
<%= Check.human_attribute_name(:approved) %> | <%= @check.approved %> |
<%= Check.human_attribute_name(:position) %> | <%= @check.position %> |