Changeset 670
- Timestamp:
- Jul 21, 2010, 9:45:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy
r669 r670 261 261 262 262 // fetch all templates for a specific entity 263 //def templates = Template.findAllByEntity(Class.forName(entityClass, true, this.getClass().getClassLoader())) 264 def templates = Template.list() 265 266 println templates.dump() 263 def templates = Template.findAllByEntity(Class.forName(entityClass, true, this.getClass().getClassLoader())) 267 264 268 265 // render as JSON
Note: See TracChangeset
for help on using the changeset viewer.