diff options
Diffstat (limited to 'app/controllers/events_controller.rb')
| -rw-r--r-- | app/controllers/events_controller.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/controllers/events_controller.rb b/app/controllers/events_controller.rb index 818459c4..d581de16 100644 --- a/app/controllers/events_controller.rb +++ b/app/controllers/events_controller.rb | |||
| @@ -18,11 +18,6 @@ class EventsController < ApplicationController | |||
| 18 | end | 18 | end |
| 19 | end | 19 | end |
| 20 | 20 | ||
| 21 | # GET /events/without_node | ||
| 22 | def without_node | ||
| 23 | @events = Event.where(node_id: nil).order(:start_time).paginate(page: params[:page], per_page: 25) | ||
| 24 | end | ||
| 25 | |||
| 26 | # GET /events/1 | 21 | # GET /events/1 |
| 27 | # GET /events/1.xml | 22 | # GET /events/1.xml |
| 28 | def show | 23 | def show |
