Last active
March 22, 2018 17:20
-
-
Save rachidcalazans/d1325d8d958d6cc3f75b1426d14b40f0 to your computer and use it in GitHub Desktop.
Example V Avoiding Nil - Represent special cases as objects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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