Fix new rubocop warnings
This commit is contained in:
parent
6312e37f6b
commit
9adad9f90d
7 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@ xml.item do
|
|||
|
||||
xml.dc :creator, note.author.display_name if note.author
|
||||
|
||||
xml.pubDate note.created_at.to_formatted_s(:rfc822)
|
||||
xml.pubDate note.created_at.to_fs(:rfc822)
|
||||
xml.geo :lat, note.lat
|
||||
xml.geo :long, note.lon
|
||||
xml.georss :point, "#{note.lat} #{note.lon}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue