environment_domain_constraint.rb 113 Bytes
class EnvironmentDomainConstraint
  def matches?(request)
    !Domain.hosting_profile_at(request.host)
  end
end