]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/user_preference.rb
Check the oauth token and then use the capabilities directly
[rails.git] / app / models / user_preference.rb
index 7c65a589953a688e3d4aa87e533ac00e9c8839ce..69b0e9ddec9fc020787c76165f3323ec9cceccd7 100644 (file)
@@ -1,3 +1,16 @@
+# == Schema Information
+#
+# Table name: user_preferences
+#
+#  user_id :integer          not null, primary key
+#  k       :string           not null, primary key
+#  v       :string           not null
+#
+# Foreign Keys
+#
+#  user_preferences_user_id_fkey  (user_id => users.id)
+#
+
 class UserPreference < ActiveRecord::Base
   self.primary_keys = "user_id", "k"