method
encoder
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Integration::Session::RequestEncoder
encoder(name)public
No documentation available.
# File actionpack/lib/action_dispatch/testing/integration.rb, line 436
def self.encoder(name)
@encoders[name] || WWWFormEncoder
end