Changeset 178 for trunk/grails-app/controllers/AuthorityController.groovy
- Timestamp:
- Nov 2, 2009, 3:25:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/AuthorityController.groovy
r150 r178 110 110 def authority = new Authority() 111 111 authority.properties = params 112 if (authority.save( )) {112 if (authority.save(flush: true)) { 113 113 redirect action: show, id: authority.id 114 114 }
Note: See TracChangeset
for help on using the changeset viewer.