diff options
| author | hukl <contact@smyck.org> | 2009-04-18 14:35:50 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-18 14:35:50 +0200 |
| commit | c203980729523033d922769791550fd3bd5cad87 (patch) | |
| tree | 696d94ba2dc473fc429867618e6bccd1b1168b2b /app/controllers/events_controller.rb | |
| parent | 6a13bb8c60b43f5798b7646791c982789d08215d (diff) | |
added layout and proper links to events
Diffstat (limited to 'app/controllers/events_controller.rb')
| -rw-r--r-- | app/controllers/events_controller.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/events_controller.rb b/app/controllers/events_controller.rb index 04e9908..00b98f1 100644 --- a/app/controllers/events_controller.rb +++ b/app/controllers/events_controller.rb | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | class EventsController < ApplicationController | 1 | class EventsController < ApplicationController |
| 2 | |||
| 3 | layout 'admin' | ||
| 4 | |||
| 2 | # GET /events | 5 | # GET /events |
| 3 | # GET /events.xml | 6 | # GET /events.xml |
| 4 | def index | 7 | def index |
