mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
This let's you write things like:
User.where(:first_name => "Scarlett").first_or_create!(:last_name => "Johansson", :hot => true)
Related to #2420.