search for: user_card_expiration_3i

Displaying 1 result from an estimated 1 matches for "user_card_expiration_3i".

2008 Feb 24
3
1 error(s) on assignment of multiparameter attributes
...t card expiration date, I would like to leave the day field out of the form for obvious reasons. However, the following code is producing an error for me. Any ideas? Thanks! <p><label for="email">Expiration</label><br/> <input type="hidden" id="user_card_expiration_3i" name="user[card_expiration(3i)]" value="1" /> <%= f.date_select(:card_expiration, :start_year => 2008, :use_month_numbers => false, :discard_day => true, :include_blank => false) %></p> ActiveRecord::Multipara...