class ActiveAdmin::AuthorizationAdapter

Active Admin’s default authorization adapter. This adapter returns true for all requests to ‘#authorized?`. It should be the starting point for implementing your own authorization adapter.

To view an example subclass, check out ‘ActiveAdmin::CanCanAdapter`