- Timestamp:
- Mar 16, 2009, 8:09:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/controllers/PersonGroupController.groovy
r72 r74 7 7 8 8 // the delete, save and update actions only accept POST requests 9 defallowedMethods = [delete:'POST', save:'POST', update:'POST']9 static allowedMethods = [delete:'POST', save:'POST', update:'POST'] 10 10 11 11 def list = {
Note: See TracChangeset
for help on using the changeset viewer.