Guest User

Untitled

a guest
Apr 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. vals = {
  2. :album_id => nil,
  3. :mime_type => file[:type],
  4. :description => h(request[:description]),
  5. :real_filename => real_filename,
  6. }
  7. p vals
  8. new = Picture.create(vals)
Add Comment
Please, Sign In to add comment