Changeset 71 for trunk/grails-app/controllers/HomeController.groovy
- Timestamp:
- Jan 5, 2010, 11:11:41 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 .project 4 4 .settings 5 target
-
- Property svn:ignore
-
trunk/grails-app/controllers/HomeController.groovy
r70 r71 1 import dbnp.studycapturing.Study1 //import dbnp.studycapturing.Study 2 2 3 3 class HomeController { 4 5 4 def index = { 6 [ studyCount: dbnp.studycapturing.Study.count() ]5 //[ studyCount: dbnp.studycapturing.Study.count() ] 7 6 } 8 7 }
Note: See TracChangeset
for help on using the changeset viewer.