mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-06 23:55:36 -05:00
* 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