Created
January 6, 2013 02:40
-
-
Save pedrofurla/4464873 to your computer and use it in GitHub Desktop.
Implicit function arguments value
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 index = nonCustomerAction { implicit u => implicit r => | |
Logger.info("into index") | |
Ok(html.subscriptions(db withSession { Subscriptions.all.list })) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment