search for: is_hot_item

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

2006 Feb 25
1
checkbox helper question
I used scaffolding, then modified. As an after thought I added a "boolean" checkbox to my database, form with this tag <p> <%= check_box ''is_hot_item'', @photo.is_hot_item %> <label for="is_hot_item">hot item?</label><br> </p> I check it and save. But I don''t get 1 saved in my database field. :( I have just the regular old scaffolding code to save: def create @photo = Photo.new(pa...