From 97aecb984afa6a7d8d1424f544b8e32d8c87603d Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 9 Aug 2009 14:45:12 +0200 Subject: added sorting (via drag and drop) and deleting of menu items. Its not perfect though and needs more styling. I'm unsure about the proper route for the sort action. Will investigate. --- app/models/menu_item.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/models') diff --git a/app/models/menu_item.rb b/app/models/menu_item.rb index 666fdf4..e86be0e 100644 --- a/app/models/menu_item.rb +++ b/app/models/menu_item.rb @@ -2,4 +2,5 @@ class MenuItem < ActiveRecord::Base translates :title + acts_as_list end -- cgit v1.3