X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a3a95616d94a7b3f3bd20e2828c3b1412f80bff5..a41d500b9f65ec9f4e848effd38dc1ae117e7594:/app/models/acl.rb diff --git a/app/models/acl.rb b/app/models/acl.rb index 895ed61e4..06f754c22 100644 --- a/app/models/acl.rb +++ b/app/models/acl.rb @@ -17,7 +17,7 @@ # index_acls_on_mx (mx) # -class Acl < ActiveRecord::Base +class Acl < ApplicationRecord validates :k, :presence => true def self.match(address, options = {})