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 198d38a commit 91b33acCopy full SHA for 91b33ac
README.rdoc
@@ -34,7 +34,7 @@ Moving sidebar to the left within all resource (config/initializers/active_admin
34
# Active Admin resources from here.
35
#
36
config.before_filter do
37
- left_sidebar!
+ left_sidebar! if respond_to?(:left_sidebar)
38
end
39
40
Disabling using sidebar layout on dashboards (if you setup sidebar position with initializer)
0 commit comments