Module: Flatter::Mapper::WriteWithIndifferentAccess
- Included in:
- Flatter::Mapper
- Defined in:
- lib/flatter/mapper/write_with_indifferent_access.rb
Instance Method Summary collapse
Instance Method Details
#write(params) ⇒ Object
3 4 5 6 |
# File 'lib/flatter/mapper/write_with_indifferent_access.rb', line 3 def write(params) super(params.with_indifferent_access) params end |