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