1 class UserPreference < ActiveRecord::Base
2 self.primary_keys = "user_id", "k"
6 validates :user, :presence => true, :associated => true
7 validates :k, :v, :length => 1..255
9 # Turn this Node in to an XML Node without the <osm> wrapper.
11 el1 = XML::Node.new "preference"