class ActiveModel::Serializer::Fieldset

def initialize(fields)

def initialize(fields)
  @raw_fields = fields || {}
end