diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-03 18:16:53 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-03 18:16:53 +0200 |
| commit | 3789a7943761c1d0995bf2ec199c588c69d41699 (patch) | |
| tree | bdac9a41c068b2ef6aee9d6cbfb485a377ff74bd /app/controllers | |
| parent | 5692777652a28ee66463fa4a4b79928fd90c79fc (diff) | |
Reroute events, tags, menuitems under /admin and reture events-without-a-page view
Diffstat (limited to 'app/controllers')
| -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 |
