module Blacklight
Injects behaviors into User model so that it will work with Blacklight
Access Controls. By default, this module assumes you are using the User model created by Blacklight
, which uses Devise. To integrate your own User implementation into Blacklight
, override this module or define your own User model in app/models/user.rb within your Blacklight
application.