Commit Graph

1 Commits (c1f201c49a007e5c0740c00651e549a7b0416b05)

Author SHA1 Message Date
Matt Jankowski dbe9f33fdc Admin base controller ()
* Add Admin::BaseController to wrap admin area

Extracts the setting of the `admin` layout and verifying that users are admins
to a common base class for the admin/ controllers.

* Add basic coverage for admin/reports and admin/settings controllers