docs/6-show-screens.md in activeadmin-0.3.4 vs docs/6-show-screens.md in activeadmin-0.4.0

- old
+ new

@@ -32,5 +32,12 @@ end end active_admin_comments end end + +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: + + show :title => :name do + end + +