Skip to content

Instantly share code, notes, and snippets.

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