10000 The default_main_content method was removed · activeadmin/activeadmin@ae13426 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae13426

Browse files
committed
The default_main_content method was removed
1 parent ccd203e commit ae13426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/6-show-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If you want to keep the default show contents, but add something else around it:
8585

8686
```ruby
8787
show do
88-
default_main_content
88+
render "show_default"
8989
h3 "Other Details"
9090
# ...
9191
end

0 commit comments

Comments
 (0)
0