Skip to content

Instantly share code, notes, and snippets.

@potato2003
Created October 2, 2013 07:16
Show Gist options
  • Save potato2003/6790082 to your computer and use it in GitHub Desktop.
Save potato2003/6790082 to your computer and use it in GitHub Desktop.
Play2のコードみてて気になったメモ。なにをやっているのかわからない。 def session(implicit request: RequestHeader) = request.session と何が違うのだろうか
implicit def session(implicit request: RequestHeader) = request.session
@potato2003
Copy link
Author

暗黙的パラメータをとる、暗黙的パラメータの定義ということで解決した。

http://d.hatena.ne.jp/gakuzo/20111204/1323007376

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment