Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created January 19, 2011 12:50
Show Gist options
  • Save wtnabe/786125 to your computer and use it in GitHub Desktop.
Save wtnabe/786125 to your computer and use it in GitHub Desktop.
(no longer required) monkey patch for file uploading failure with Rails 3.0.3 + jpmobile 0.1.4 env
module ActionDispatch
module Http
class UploadedFile
def to_param
self
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment