1 class UserPreference < ActiveRecord::Base
 
   2   set_primary_keys :user_id, :k
 
   5   validates_length_of :k, :within => 1..255
 
   6   validates_length_of :v, :within => 1..255
 
   8   # Turn this Node in to an XML Node without the <osm> wrapper.
 
  10     el1 = XML::Node.new 'preference'