class ActiveScaffold::Config::Show
Attributes
instance-level configuration
the label for this action. used for the header.
the ActionLink for this action
Public Class Methods
Source
# File lib/active_scaffold/config/show.rb, line 4 def initialize(core_config) super self.inline_links = self.class.inline_links end
Calls superclass method
ActiveScaffold::Config::Base::new