Created
January 19, 2011 12:50
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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