Skip to content

Commit

Permalink
Merge pull request #9871 from arunagw/stringio-require-jruby
Browse files Browse the repository at this point in the history
StringIO is not required by default in JRuby
  • Loading branch information
guilleiguaran committed Mar 22, 2013
2 parents c91789c + 28afe45 commit f34c226
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -2,6 +2,7 @@
require 'active_support/core_ext/array/wrap'
require 'active_support/rescuable'
require 'action_dispatch/http/upload'
require 'stringio'

module ActionController
# Raised when a required parameter is missing.
Expand Down

0 comments on commit f34c226

Please sign in to comment.