Skip to content

Instantly share code, notes, and snippets.

@softberries
Created December 16, 2019 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softberries/8439c6e17fb9be24d5d9a1b9dfd37621 to your computer and use it in GitHub Desktop.
Save softberries/8439c6e17fb9be24d5d9a1b9dfd37621 to your computer and use it in GitHub Desktop.
class AppLoader extends ApplicationLoader {
def load(context: Context) = {
val appComponents = new AppComponents(context)
appComponents.applicationEvolutions //run the evolutions
appComponents.application
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment