This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
API: Show
columns local
The set of columns used in the Show view. The columns themselves are not editable here – only their presence in the Show view.
label local
The heading used for the Show view. Normally this heading is based on the core’s label.
TODO: this setting not used!
link global local
The action link used to tie the Show view to the List table. See API: Action Link for the options on this setting.
formats
Active scaffold supports html, js, json, yaml, and xml formats by default. If you need to add another mime type for the show action you can do it here. The format is then added to the default formats.
Examples:
config.show.formats << :pdf or config.show.formats = [:pdf]






