timeline stuff
This commit is contained in:
parent
5fba9fe725
commit
8d1d1f62df
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ end
|
|||
end
|
||||
def timeline
|
||||
@statuses = Status.includes(:user, :icon_attachment)
|
||||
.order(created_at: :desc)
|
||||
.order(created_at: :desc).limit(30)
|
||||
end
|
||||
private
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue