Changeset 70 for trunk/grails-app/controllers/HomeController.groovy
- Timestamp:
- Jan 4, 2010, 12:13:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/HomeController.groovy
r53 r70 1 import dbnp.studycapturing.Study 2 1 3 class HomeController { 2 4 3 5 def index = { 4 [ studyCount: Study.count() ]6 [ studyCount: dbnp.studycapturing.Study.count() ] 5 7 } 6 8 }
Note: See TracChangeset
for help on using the changeset viewer.