Skip to content

Instantly share code, notes, and snippets.

@rachidcalazans
Last active March 22, 2018 17:20
Show Gist options
  • Save rachidcalazans/cc03b751d8c9ba7b72e13f8db908d4fd to your computer and use it in GitHub Desktop.
Save rachidcalazans/cc03b751d8c9ba7b72e13f8db908d4fd to your computer and use it in GitHub Desktop.
Example IV Avoiding Nil - Represent special cases as objects
def index
@posts = current_user.posts
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment