]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/acl.rb
Merge branch 'pull/843' into titles
[rails.git] / app / models / acl.rb
index 529ccbe3bc26640dfb057674aca5b433ec1582d3..095bad89b942d07e62ee74b18e999100905c456b 100644 (file)
@@ -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