app/views/iam/_account_group.html.erb in iam-0.1.0 vs app/views/iam/_account_group.html.erb in iam-0.1.1

- old
+ new

@@ -1,8 +1,8 @@ <% role, accounts = account_group %> <tr> <td class='role-name' colspan=<%= Iam::Configuration.account_attributes.count %>> - <%= role.send Iam::Configuration.role_name_attribute %> + <%= role.public_send Iam::Configuration.role_name_attribute %> </td> </tr> <%= render partial: 'iam/account', collection: accounts %>