Guest User

Untitled

a guest
Jan 24th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Ingredient.create!(name: 'Protein Bread', price: 2.5, categories:
  2. [Category.new(title: 'Bread Type')])
  3.  
  4. Ingredient.create!(name: 'Glutein-free Bread', price: 0.2, category: Bread
  5. Type)
  6.  
  7. SyntaxError: (irb):4: syntax error, unexpected tCONSTANT, expecting
  8. keyword_do or '{' or '('
Add Comment
Please, Sign In to add comment