Skip to content

Instantly share code, notes, and snippets.

@4geru
Last active June 8, 2019 05:32
Show Gist options
  • Save 4geru/e558cf8e54aec245d50604c8d8b27482 to your computer and use it in GitHub Desktop.
Save 4geru/e558cf8e54aec245d50604c8d8b27482 to your computer and use it in GitHub Desktop.
User.create(name: 'しげる')
Recipe.create(name: 'カレー', url: 'https://_cookpad_の_url')
RecipeMaterial.create(recipe_id: 1, material_id: 1)
Material.create(name: 'じゃがいも', amount: 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment