Changeset 70 for trunk/grails-app/controllers/BaseController.groovy
- Timestamp:
- Jan 4, 2010, 12:13:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/BaseController.groovy
r39 r70 28 28 * @visibility public 29 29 */ 30 def scaffold = false;30 //def scaffold = false; 31 31 32 32 /** … … 43 43 44 44 // dynamically set scaffolding 45 this.scaffold = (GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT && this.class.name != 'BaseController');45 //this.scaffold = (GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT && this.class.name != 'BaseController'); 46 46 } 47 47
Note: See TracChangeset
for help on using the changeset viewer.