Sha256: 395112631c5dace45322ded940627fc2c91dd28700c1ca269d560a91cb75a738
Contents?: true
Size: 387 Bytes
Versions: 15
Compression:
Stored size: 387 Bytes
Contents
/** * @class MyApp.controllers.ApplicationController * @extends ExtMVC.controller.CrudController * Shared application-wide controller. Place any application-specific code here that needs * to be shared amongst other application controllers, and make the other controllers in the * application extend this one */ ExtMVC.registerController("application", { extend: "controller" });
Version data entries
15 entries across 15 versions & 2 rubygems