Ignore:
Timestamp:
Jan 5, 2010, 11:11:41 AM (14 years ago)
Author:
duh
Message:
  • application broke due to inclusion of nonexistant domain classes
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        33.project
        44.settings
         5target
  • trunk/grails-app/controllers/HomeController.groovy

    r70 r71  
    1 import dbnp.studycapturing.Study
     1//import dbnp.studycapturing.Study
    22
    33class HomeController {
    4 
    54    def index = {
    6        [ studyCount: dbnp.studycapturing.Study.count() ]
     5       //[ studyCount: dbnp.studycapturing.Study.count() ]
    76    }
    87}
Note: See TracChangeset for help on using the changeset viewer.