Commit Graph

2 Commits (d14c276e58f0f223b0e4889d342a948c961081b2)

Author SHA1 Message Date
Emelia Smith 2e59751823 Improve require_admin! and require_staff! filters ()
Previously these returns 302 redirects instead of 403s, which meant posting links to admin pages in slack caused them to unfurl, rather than stay as a link. Additionally, require_admin! doesn't appear to be actively used, on require_staff!
Akihiko Odaki 019f3377bb Spec Admin::BaseController ()