Hello,
I'm wondering why this is not working for me:
Recipe.find_or_create_by_user_id(current_user.id, :name => "My first recipe")
That creates the recipe fine if one does not exist by the user's id, but the name ("My first recipe") isn't included into the newly created entry. Is there something I'm doing wrong? I can't quite figure this one out.