Skip to content

Instantly share code, notes, and snippets.

@macbaszii
Created August 24, 2015 05:47
Show Gist options
  • Select an option

  • Save macbaszii/81fb506259afc01647a4 to your computer and use it in GitHub Desktop.

Select an option

Save macbaszii/81fb506259afc01647a4 to your computer and use it in GitHub Desktop.
let post = Post.findByID(1)
if post != nil {
return post.title
} else {
return nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment