Skip to content

Commit 0493e2d

Browse files
committed
readme fixes
1 parent 90b7078 commit 0493e2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ easy change sidebar position with activeadmin
88

99
# app/admin/posts.rb
1010
ActiveAdmin.register Post do
11-
before_filter :sidebar_left!, :only=>[:show]
11+
before_filter :left_sidebar!, :only=>[:show]
1212
end
1313

1414
# app/admin/comments.rb
1515
ActiveAdmin.register Comment do
16-
before_filter :sidebar_right!
16+
before_filter :right_sidebar!
1717
end
1818

1919

@@ -26,7 +26,7 @@ easy change sidebar position with activeadmin
2626
# You can add before, after and around filters to all of your
2727
# Active Admin resources from here.
2828
#
29-
config.before_filter :sidebar_left!
29+
config.before_filter :left_sidebar!
3030

3131

3232

0 commit comments

Comments
 (0)