class ActiveModel::Serializer

def include_meta(hash)

def include_meta(hash)
  hash[meta_key] = @options[:meta] if @options.has_key?(:meta)
end