# File lib/skeleton/items.rb, line 16 def collection_format return nil unless array? if @collection_format.nil? 'csv' else @collection_format end end