Skip to content

Instantly share code, notes, and snippets.

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