This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
<%= f.fields_for :sub_roles, form_sub do |f| %>
|
|
<%= render :partial => 'sub_role', :object => form_sub, :locals => {:f => f, :i => i} %>
|
|
<% end %> |