removed old reference to dynamic_module table

This commit is contained in:
antisnatchor
2012-03-15 13:58:37 +01:00
parent 61efe56b10
commit 99fff273fe

View File

@@ -28,8 +28,6 @@ module Models
property :path, Text, :lazy => false
has n, :commands
has 1, :dynamic_command_info
end
end