Changeset 1821 for trunk/grails-app
- Timestamp:
- May 6, 2011, 5:42:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/RestController.groovy
r1813 r1821 330 330 def validCall = CommunicationManager.hasValidParams( params, "consumer" ) 331 331 if( !validCall ) { 332 response.status = 500; 332 333 render "Error. Wrong or insufficient parameters." as JSON 333 334 return
Note: See TracChangeset
for help on using the changeset viewer.