Commit Graph

1 Commits (4a4733b397c9a5d3a69d7b2156f4f8aa62ff0c32)

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