Changeset 29 for trunk/grails-app/controllers
- Timestamp:
- Oct 26, 2009, 2:00:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/BaseController.groovy
r15 r29 35 35 * @void 36 36 */ 37 protectedBaseController() {37 BaseController() { 38 38 // debug line for now 39 39 printf("instantiated %s\n",this.class.name); … … 45 45 this.scaffold = (GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT && this.class.name != 'BaseController'); 46 46 } 47 47 48 48 49 /**
Note: See TracChangeset
for help on using the changeset viewer.