Changing the use of config constants to the Rails configuration object
This commit is contained in:
parent
0e8f59c16f
commit
23d08c6749
11 changed files with 17 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
|||
Nokogiri::XML::Builder.new do |xml|
|
||||
entry(xml, true) do
|
||||
author(xml) do
|
||||
include_author xml, @entry.account
|
||||
include_author xml, @stream_entry.account
|
||||
end
|
||||
|
||||
include_entry xml, @entry
|
||||
include_entry xml, @stream_entry
|
||||
end
|
||||
end.to_xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue