You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
188 B

  1. Nokogiri::XML::Builder.new do |xml|
  2. entry(xml, true) do
  3. author(xml) do
  4. include_author xml, @stream_entry.account
  5. end
  6. include_entry xml, @stream_entry
  7. end
  8. end.to_xml