Changeset 450
- Timestamp:
- May 20, 2010, 2:57:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy
r449 r450 173 173 def templates = Template.findAllByEntity(Class.forName(entityClass, true, this.getClass().getClassLoader())) 174 174 175 println templates176 177 175 // render as JSON 178 176 render templates as JSON
Note: See TracChangeset
for help on using the changeset viewer.