Skip to content

Instantly share code, notes, and snippets.

@dpick
Created March 23, 2011 19:20
Show Gist options
  • Save dpick/883751 to your computer and use it in GitHub Desktop.
Save dpick/883751 to your computer and use it in GitHub Desktop.
user.restaurants << Restaurant.new(:name => params[:name]) unless user.restaurants.inject { |bool, rest| bool ||= true if rest.name == params[:name] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment