X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/69fa4e9940fe2858c90ea39277ef6ffcd84a3ca6..942e62117ff7f12d40618a94ea3f4e86f8cb25af:/app/models/acl.rb diff --git a/app/models/acl.rb b/app/models/acl.rb index 529ccbe3b..095bad89b 100644 --- a/app/models/acl.rb +++ b/app/models/acl.rb @@ -1,3 +1,18 @@ +# == 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) +# + class Acl < ActiveRecord::Base validates :k, :presence => true