diff --git a/app/logical/post_sets/favorite.rb b/app/logical/post_sets/favorite.rb index b0d051260..497650a04 100644 --- a/app/logical/post_sets/favorite.rb +++ b/app/logical/post_sets/favorite.rb @@ -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