Displaying 4 results from an estimated 4 matches for "primary_numb".
Did you mean:
primary_number
2008 Mar 12
2
Building a view for a 3 model has_many relationship
...9;'m doing something similar in another view that works fine with a habtm
relationship:
<% for charge in @charges %>
<div>
<p>
<%= check_box_tag "user[charge_ids][]", charge.id,
@user.charges.include?(charge) %>
<%= [charge.project_number, charge.primary_number].join('''') %> - <%=
charge.label %>
</p>
</div>
<% end %>
That is used to determine which charges a user has access to, so when on
the edit screen for a user, it lists all the charges with a check box
and when the form is submitted it then modifies...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...fn = PCI_DEVFN(device, function);
ibmphp_pci_bus->number = busno;
bus_no = (int) busno;
- debug ("busno is %x\n", busno);
+ debug("busno is %x\n", busno);
pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_PRIMARY_BUS, &pri_number);
- debug ("%s - busno = %x, primary_number = %x\n", __func__, busno, pri_number);
+ debug("%s: busno = %x, primary_number = %x\n",
+ __func__, busno, pri_number);
pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, &sec_number);
- debug ("sec_number is %x\n", sec_number);
+ debug(&quo...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...fn = PCI_DEVFN(device, function);
ibmphp_pci_bus->number = busno;
bus_no = (int) busno;
- debug ("busno is %x\n", busno);
+ debug("busno is %x\n", busno);
pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_PRIMARY_BUS, &pri_number);
- debug ("%s - busno = %x, primary_number = %x\n", __func__, busno, pri_number);
+ debug("%s: busno = %x, primary_number = %x\n",
+ __func__, busno, pri_number);
pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, &sec_number);
- debug ("sec_number is %x\n", sec_number);
+ debug(&quo...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...fn = PCI_DEVFN(device, function);
ibmphp_pci_bus->number = busno;
bus_no = (int) busno;
- debug ("busno is %x\n", busno);
+ debug("busno is %x\n", busno);
pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_PRIMARY_BUS, &pri_number);
- debug ("%s - busno = %x, primary_number = %x\n", __func__, busno, pri_number);
+ debug("%s: busno = %x, primary_number = %x\n",
+ __func__, busno, pri_number);
pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, &sec_number);
- debug ("sec_number is %x\n", sec_number);
+ debug(&quo...