Method: ParamsReady::Helpers::KeyMap::Mapping#store
- Defined in:
- lib/params_ready/helpers/key_map.rb
#store(schema, name, value, hash) ⇒ Object
102 103 104 |
# File 'lib/params_ready/helpers/key_map.rb', line 102 def store(schema, name, value, hash) path(schema).store(name, value, hash) end |