def render_index
    if @port_mapping_template.errors.blank?
      @notice = "Port Mapping was successfully #{request[:action]}ed.".gsub('ee','e') # ;)
    else
      @alert = @port_mapping_template.errors.full_messages.join('</br>')