]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/acl.rb
Create an ApplicationRecord for models to inherit from
[rails.git] / app / models / acl.rb
index 895ed61e4de8883db9940f25c056222f4d2b6965..06f754c2274ad801fe34fc6e7369867d56e4397c 100644 (file)
@@ -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 = {})