# File lib/active_scaffold/config/show.rb, line 5definitialize(core_config)
super# start with the ActionLink defined globally@link = self.class.link.cloneend
Public Instance Methods
columns()click to toggle source
provides access to the list of columns specifically meant for this action
to use
# File lib/active_scaffold/config/show.rb, line 24defcolumnsself.columns = @core.columns._inheritableunless@columns# lazy evaluation@columnsend