class SimpleForm::Inputs::CollectionInput

def input

def input
  raise NotImplementedError,
    "input should be implemented by classes inheriting from CollectionInput"
end