This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def twitterService | |
(...) | |
def updateTwitterStatus = { | |
twitterService.setStatus "My new status..." //probably would be something like params.newStatus | |
redirect action: index //or your usual action | |
} |
NewerOlder