We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Example for Warden/Devise with an 'user' scope:
In config/initializers/rails_admin.rb
config/initializers/rails_admin.rb
config.authenticate_with do warden.authenticate! scope: :user end config.current_user_method &:current_user
Or for an 'admin' scope:
config.authenticate_with do warden.authenticate! scope: :admin end config.current_user_method &:current_admin