Skip to content

Instantly share code, notes, and snippets.

@ppworks
Created August 1, 2012 08:58
Show Gist options
  • Save ppworks/3225187 to your computer and use it in GitHub Desktop.
Save ppworks/3225187 to your computer and use it in GitHub Desktop.
hoge.rb
user = User.where(name: params[:name]).first
return unless user.present?
main_blog = user.main_blog
return unless main_blog.present?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment