X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/043d29fd7eb72048cf5d07edfbc20ec5c25af708..16cbc2eb798ed3de360574c874049225641b3d76:/app/models/acl.rb?ds=sidebyside diff --git a/app/models/acl.rb b/app/models/acl.rb index 529ccbe3b..cf83e673c 100644 --- a/app/models/acl.rb +++ b/app/models/acl.rb @@ -1,3 +1,20 @@ +# == Schema Information +# +# Table name: acls +# +# id :bigint(8) not null, primary key +# address :inet +# k :string not null +# v :string +# domain :string +# +# Indexes +# +# acls_k_idx (k) +# index_acls_on_address (address) USING gist +# index_acls_on_domain (domain) +# + class Acl < ActiveRecord::Base validates :k, :presence => true