whether the form stays open after a create or not
global level configuration
the ActionLink for this action
# File lib/active_scaffold/config/create.rb, line 13 def self.link @@link end
# File lib/active_scaffold/config/create.rb, line 16 def self.link=(val) @@link = val end
# File lib/active_scaffold/config/create.rb, line 4 def initialize(core_config) super @label = :create_model self.action_after_create = self.class.action_after_create end