Class: Salestation::Web::Extractors::BodyParamExtractor
- Inherits:
-
Object
- Object
- Salestation::Web::Extractors::BodyParamExtractor
- Defined in:
- lib/salestation/web/extractors.rb
Class Method Summary collapse
Class Method Details
.[](*keys, coercions: {}) ⇒ Object
89 90 91 |
# File 'lib/salestation/web/extractors.rb', line 89 def self.[](*keys, coercions: {}) ParamExtractor[*keys, coercions: coercions, rack_key: 'rack.request.form_hash'] end |