]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/way.rb
Merge branch 'pull/843' into titles
[rails.git] / app / models / way.rb
index 212998cccd7372c48b56a7c7ef3841f52291ab27..1954f744ca9332d1c45c7bd133e27f9b7b24bed2 100644 (file)
@@ -1,3 +1,22 @@
+# == Schema Information
+#
+# Table name: current_ways
+#
+#  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_ways_timestamp_idx  (timestamp)
+#
+# Foreign Keys
+#
+#  current_ways_changeset_id_fkey  (changeset_id => changesets.id)
+#
+
 class Way < ActiveRecord::Base
   require "xml/libxml"