Open lucaquerella opened 14 years ago
I've a date attribute birthday, that I update through date_select
I get "attribute "birthday(3i)" is protected from mass assignment, use attr_accessible and obviuslly I used attr_accessible for :birthday.
I worked around through attr_accessible "birthday(3i)", "birthday(2i)", "birthday(1i)"
I have same problem, can you help me?
I've a date attribute birthday, that I update through date_select
I get "attribute "birthday(3i)" is protected from mass assignment, use attr_accessible and obviuslly I used attr_accessible for :birthday.
I worked around through attr_accessible "birthday(3i)", "birthday(2i)", "birthday(1i)"