Skip to content
Daan- edited this page Mar 22, 2012 · 1 revision

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 {}
Clone this wiki locally