whoops 0.2 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ class EventGroupsController < ApplicationController
|
|
10
10
|
Whoops::EventGroup.where(:_id.in => Whoops::Event.where(:keywords => /#{params[:query]}/i).collect{|e| e.event_group_id}.uniq)
|
11
11
|
end
|
12
12
|
|
13
|
-
@event_groups = finder.desc(:last_recorded_at).page(params[:page]).per(
|
13
|
+
@event_groups = finder.desc(:last_recorded_at).page(params[:page]).per(30)
|
14
14
|
|
15
15
|
respond_to do |format|
|
16
16
|
format.html
|
metadata
CHANGED