Skip to content

Instantly share code, notes, and snippets.

@zeryx
Last active January 18, 2016 15:02
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 zeryx/0cf025567791c835f36e to your computer and use it in GitHub Desktop.
Save zeryx/0cf025567791c835f36e to your computer and use it in GitHub Desktop.
edit profile case class
case class EditProfileForm(accountID: Int,
localProfileID: Int,
profileName: Option[String],
profileGender: Option[Int],
profileBirthday: Option[String])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment