刘韬 6 rokov pred
rodič
commit
93560fced4

+ 1 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -52,7 +52,7 @@ public class ViewController extends Controller {
 			ActiveRecordPlugin arp = new ActiveRecordPlugin(plugin); 
 			_MappingKit.mapping(arp);
 			plugin.start();
-//			arp.start();
+			arp.start();
 			this.renderText("hello");
 
 		} catch (Exception e) {