254 255 256 257 258 259
# File 'lib/menu_window.rb', line 254 def flag_all @items.each do |item| item.update_attribute(:flagged, Time.now) end end