Skip to content

Instantly share code, notes, and snippets.

@igstan
Created October 31, 2014 11:55
Show Gist options
  • Save igstan/73866ca0b6de21529034 to your computer and use it in GitHub Desktop.
Save igstan/73866ca0b6de21529034 to your computer and use it in GitHub Desktop.
class Application(dependency: String) extends Controller {
def index = Action {
Ok(dependecy)
}
}
object Application extends Application("production message")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment