我试图制作一个视图,您可以一次编辑有关所有用户的信息。以下是我现在的观点:
UIStoryboard *sb = [UIStoryboard storyboardWithName:@"Main" bundle:[NSBundle mainBundle]];
PhoneNumberTableViewController *tv = [sb instantiateViewControllerWithIdentifier:@"UserRegistration"];
[tv setXmppStream:[self xmppStream]];
在这里' set_days_row':
<% @users.each do |u| %>
<%= render 'set_days_row', user: u %>
<% end %>
问题是,由于有多种形式,我不能只创建一个f.submit按钮,因为它不会提交所有表单对象。我怎么能这样做?