class ActiveScaffold::Config::Delete
Attributes
the ActionLink for this action
whether we should refresh list after destroy or not
Public Class Methods
Source
# File lib/active_scaffold/config/delete.rb, line 5 def initialize(core_config) super @refresh_list = self.class.refresh_list end
Calls superclass method
ActiveScaffold::Config::Base::new