Method: ActiveScaffold::Config::Form#persistent

Defined in:
lib/active_scaffold/config/form.rb

#persistentObject

whether the form stays open after a create or not



44
45
46
# File 'lib/active_scaffold/config/form.rb', line 44

def persistent
  @persistent
end