From 99fff273feff3481e422d2d7ce371a561b50fd94 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Thu, 15 Mar 2012 13:58:37 +0100 Subject: [PATCH] removed old reference to dynamic_module table --- core/main/models/commandmodule.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/main/models/commandmodule.rb b/core/main/models/commandmodule.rb index b372f2628..9ade6f12e 100644 --- a/core/main/models/commandmodule.rb +++ b/core/main/models/commandmodule.rb @@ -28,8 +28,6 @@ module Models property :path, Text, :lazy => false has n, :commands - has 1, :dynamic_command_info - end end