@@ -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) {