Method: ParamsReady::Value::DowncaseStringCoder.coerce
- Defined in:
- lib/params_ready/value/custom.rb
.coerce(value, context) ⇒ Object
6 7 8 9 |
# File 'lib/params_ready/value/custom.rb', line 6 def self.coerce(value, context) string = super string.downcase end |