Method: FlatMap::Mapping#multiparam?
- Defined in:
- lib/flat_map/mapping.rb
#multiparam? ⇒ Boolean
Return true if the mapping was created with the :multiparam option set.
54 55 56 |
# File 'lib/flat_map/mapping.rb', line 54 def multiparam? !!@multiparam end |