Made some progress
This commit is contained in:
parent
9c4856bdb1
commit
709c6685a9
61 changed files with 570 additions and 37 deletions
5
app/helpers/atom_helper.rb
Normal file
5
app/helpers/atom_helper.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
module AtomHelper
|
||||
def stream_updated_at
|
||||
@account.stream_entries.last ? @account.stream_entries.last.created_at.iso8601 : @account.updated_at.iso8601
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue