class ActiveScaffold::Config::Show

Attributes

label[W]

the label for this action. used for the header.

Public Class Methods

new(core_config) click to toggle source
Calls superclass method ActiveScaffold::Config::Base::new
# File lib/active_scaffold/config/show.rb, line 4
def initialize(core_config)
  super
  self.inline_links = self.class.inline_links
end