Changes between Version 8 and Version 9 of CodingConventions
- Timestamp:
- Mar 25, 2009, 2:02:37 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingConventions
v8 v9 19 19 * If we want to modify the Task views and controller: 20 20 * Create a copy of the '''whole''' views folder called ''!TaskDetailed/show.gsp etc'' 21 * Create a copy of the controller called ''!TaskDetailedController.groovy'' 21 * Create a copy of the controller called ''!TaskDetailedController.groovy'' and edit the class inside to match. 22 22 * Then detail to your harts content. 23 23