Guest User

Untitled

a guest
Jul 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. module ActionDispatch
  2. module Http
  3. class UploadedFile
  4. def to_param
  5. self
  6. end
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment