Guest User

Untitled

a guest
Mar 7th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. >> user = User.new(:screen_name => "rails_rocks",
  2. ?> :email => "rails@example.com"
  3. >> :password => "foobar")
  4. SyntaxError: compile error
  5. (irb):20: syntax error, unexpected tSYMBEG, expecting ')'
  6. :password => "foobar")
  7. ^
  8. from (irb):20
  9. >>
Add Comment
Please, Sign In to add comment