A collection of Play Framework code snippets used by PlayByExample (snippets aggregator) - inspired by 140byt.es
- Fork this gist to create a new snippet.
- Modify your gist according to Rules.
- Save it and go to Play By Example.
- You MUST put a gist description which summary your snippet.
- The code snippet should takes a few lines of code. Try to split up your code in multiple gists if it takes more.
- The source code must be put in a file with the proper filetype (e.g.
code.scala
). If you want to explain more deeper and provide examples, please use a Markdown file (e.g.index.md
).