forked from e621ng/e621ng
fix tests
This commit is contained in:
parent
37e6e91a79
commit
9782bf0cd6
@ -8,6 +8,10 @@ module PostSets
|
||||
@favorites = ::Favorite.for_user(user.id).paginate(page, :limit => limit).order("favorites.id desc")
|
||||
end
|
||||
|
||||
def raw
|
||||
false
|
||||
end
|
||||
|
||||
def limit
|
||||
params[:limit] || CurrentUser.user.per_page
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user