# Placeholer for hostname validation
class HostnameValidator < ActiveModel::EachValidator
  def validate_each(record, attribute, value)
  end
end
