class ActiveScaffold::Config::Delete
Attributes
link[RW]
the ActionLink for this action
refresh_list[RW]
whether we should refresh list after destroy or not
Public Class Methods
new(core_config)
click to toggle source
Calls superclass method
ActiveScaffold::Config::Base::new
# File lib/active_scaffold/config/delete.rb, line 5 def initialize(core_config) super # start with the ActionLink defined globally @link = self.class.link.clone @action_group = self.class.action_group.clone if self.class.action_group self.refresh_list = self.class.refresh_list end