Skip to content

Instantly share code, notes, and snippets.

@sergiomichels
Created July 23, 2013 14:09
Show Gist options
  • Select an option

  • Save sergiomichels/6062634 to your computer and use it in GitHub Desktop.

Select an option

Save sergiomichels/6062634 to your computer and use it in GitHub Desktop.
Declaration of the new messageSource
import com.wordpress.sergiosmind.i18n.ExposedKeysMessageSource
class MyGrailsPlugin {
...
def doWithSpring = {
messageSource(ExposedKeysMessageSource)
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment