Skip to content

Instantly share code, notes, and snippets.

@taea
Last active December 16, 2015 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taea/5394293 to your computer and use it in GitHub Desktop.
Save taea/5394293 to your computer and use it in GitHub Desktop.
Haml: 値が存在する場合だけ表示 をワンライナーで → try
= "#{@person.try(:name)}"
-# もしくは
= "#{"#{@person.name}" if @person.name.present?}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment