Move user preference XML generation to a view
This commit is contained in:
parent
25ebf87e5a
commit
8ad88b9ddc
4 changed files with 15 additions and 20 deletions
|
@ -18,13 +18,4 @@ class UserPreference < ActiveRecord::Base
|
|||
|
||||
validates :user, :presence => true, :associated => true
|
||||
validates :k, :v, :length => 1..255, :characters => true
|
||||
|
||||
# Turn this Node in to an XML Node without the <osm> wrapper.
|
||||
def to_xml_node
|
||||
el1 = XML::Node.new "preference"
|
||||
el1["k"] = k
|
||||
el1["v"] = v
|
||||
|
||||
el1
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue