8 lines
104 B
Ruby

module FastJsonapi
class Fieldset
def initialize(fields)
@fields = fields
end
end
end