Made some progress
This commit is contained in:
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
|
Reference in New Issue
Block a user