Skip to content

Commit cf55409

Browse files
committed
Update to document the :title feature on show page
1 parent 3c4ac59 commit cf55409

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/6-show-screens.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ If you'd like to keep the default active_admin look, you can also use "attribute
3434
active_admin_comments
3535
end
3636
end
37+
38+
You can customize the title of the object in the show screen. The default is the resouce name and the ID. You can customize as follows:
39+
40+
show :title => :name do
41+
end
42+
43+

0 commit comments

Comments
 (0)