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.
RailsAdmin doesn't need authentication to function, though other dependencies (PaperTrail, History, Cancan..) might need it.
It is perfectly legal to do:
# config/initializers/rails_admin.rb config.authenticate_with {} config.current_user_method {}