10000
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.
1 parent 9f0cdf6 commit 8b21db8Copy full SHA for 8b21db8
config/initializers/active_admin.rb
@@ -32,7 +32,7 @@
32
#
33
# This setting changes the method which Active Admin calls
34
# within the controller.
35
+ config.authentication_method = false # Disabled for demo
36
37
38
# == Current User
@@ -42,7 +42,7 @@
42
43
44
# to return the currently logged in user.
45
- config.current_user_method = :current_admin_user
+ config.current_user_method = false # Disabled for demo
46
47
48
# == Admin Notes
0 commit comments