the label for this action. used for the header.
the ActionLink for this action
provides access to the list of columns specifically meant for this action to use
# File lib/active_scaffold/config/show.rb, line 24 def columns self.columns = @core.columns._inheritable unless @columns # lazy evaluation @columns end
# File lib/active_scaffold/config/show.rb, line 5 def initialize(core_config) super # start with the ActionLink defined globally @link = self.class.link.clone end