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 ff9ed1a commit c7f0559Copy full SHA for c7f0559
README.rdoc
@@ -33,7 +33,9 @@ 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! if respond_to?(:left_sidebar!)
+ config.before_filter do
37
+ left_sidebar! if respond_to?(:left_sidebar!)
38
+ end
39
40
Disabling using sidebar layout on dashboards (if you setup sidebar position with initializer)
41
0 commit comments