The official way of preventing security risks with mass-assignment is using attr_accessible. However, some programmers feel this is not a job for the model (or at least not only for the model). The si
I want to return a collection of strings where every second record is \"0\" similar to this: foreach (Customer c in customers)