]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/relation.rb
Add annotate gem and associated rake task. Annotate models.
[rails.git] / app / models / relation.rb
index 54533679302800b944f4dce754920cba4be8ce0c..275cafec24d29090b9e859aabaf2e94de22cd7ca 100644 (file)
@@ -1,3 +1,22 @@
+# == Schema Information
+#
+# Table name: current_relations
+#
+#  id           :integer          not null, primary key
+#  changeset_id :integer          not null
+#  timestamp    :datetime         not null
+#  visible      :boolean          not null
+#  version      :integer          not null
+#
+# Indexes
+#
+#  current_relations_timestamp_idx  (timestamp)
+#
+# Foreign Keys
+#
+#  current_relations_changeset_id_fkey  (changeset_id => changesets.id)
+#
+
 class Relation < ActiveRecord::Base
   require "xml/libxml"