# File lib/simple_form/inputs/collection_input.rb, line 19
      def input(wrapper_options = nil)
        raise NotImplementedError,
          "input should be implemented by classes inheriting from CollectionInput"
      end