class ActiveScaffold::Config::Show
Attributes
inline_links[RW]
instance-level configuration
label[W]
the label for this action. used for the header.
link[RW]
the ActionLink for this action
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