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 240a739 commit ff9ed1aCopy full SHA for ff9ed1a
README.rdoc
@@ -33,7 +33,7 @@ Moving sidebar to the left within all resource (config/initializers/active_admin
33
# You can add before, after and around filters to all of your
34
# Active Admin resources from here.
35
#
36
- config.before_filter :left_sidebar!
+ config.before_filter :left_sidebar! if respond_to?(:left_sidebar!)
37
38
Disabling using sidebar layout on dashboards (if you setup sidebar position with initializer)
39
0 commit comments