Module: Pincushion::Plugins::CsvSerializer
- Defined in:
- lib/pincushion/plugins/csv_serializer.rb
Defined Under Namespace
Modules: RootModuleMethods
Constant Summary collapse
- OPTS =
{ headers: true, header_converters: :symbol, converters: lambda { |string| case string when "true" then true when "false" then false else string end } }.freeze