def create
    @identifier_type = IdentifierType.new(identifier_type_params)

    respond_to do |format|
      if @identifier_type.save