Fix #43
This commit is contained in:
parent
bf4ee145f9
commit
adffc7a495
4 changed files with 12 additions and 7 deletions
|
@ -15,7 +15,7 @@ class Api::AccountsController < ApiController
|
|||
end
|
||||
|
||||
def statuses
|
||||
@statuses = @account.statuses.with_includes.with_counters.paginate_by_max_id(20, params[:max_id] || nil)
|
||||
@statuses = @account.statuses.with_includes.with_counters.paginate_by_max_id(20, params[:max_id] || nil).to_a
|
||||
end
|
||||
|
||||
def follow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue