-
Notifications
You must be signed in to change notification settings - Fork 25
Notes: 2016 03 21
Katrin edited this page Apr 11, 2016
·
1 revision
- fix tests from adding clearence
- first we need to solve conflicts between the current branch and master
- add clearence test helper
- get rid of login stuff (helper methods) that was there before devise, like login_path (now: sign_in_path)
- create new role: user, that is logged-in, but not an admin; adjust tests to that
- create AdminController for admin-only stuff for better arrangement
- move all admin-related actions to new controller
- fix routes
- fix views (paths)
- delete before_action in EventsController
- Homework
- fix pending test inside AdminController Tests