X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/20aa4ba31b61a926c8fcb98f88c02f7d1cbeb655..e78859aeaf40fd7c3d9f1ef1c0c8d1fd14bf41b0:/app/models/acl.rb diff --git a/app/models/acl.rb b/app/models/acl.rb index 529ccbe3b..ea19c74b0 100644 --- a/app/models/acl.rb +++ b/app/models/acl.rb @@ -1,3 +1,20 @@ +# == Schema Information +# +# Table name: acls +# +# id :integer 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