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
|
end
|
||||||
def timeline
|
def timeline
|
||||||
@statuses = Status.includes(:user, :icon_attachment)
|
@statuses = Status.includes(:user, :icon_attachment)
|
||||||
.order(created_at: :desc)
|
.order(created_at: :desc).limit(30)
|
||||||
end
|
end
|
||||||
private
|
private
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue