diff options
-rw-r--r-- | app/controllers/events_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/events_controller.rb b/app/controllers/events_controller.rb index 13304be..7351bbc 100644 --- a/app/controllers/events_controller.rb +++ b/app/controllers/events_controller.rb @@ -1,5 +1,5 @@ class EventsController < ApplicationController - EVENTS_PER_PAGE = 1 + EVENTS_PER_PAGE = 50 before_filter :authenticate_user! before_filter :project |