method

exec_clean

rails latest stable - Class: ToplevelInstallerMulti

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

exec_clean()
public

No documentation available.

# File actionwebservice/setup.rb, line 1014
  def exec_clean
    rm_f ConfigTable.savefile
    run_hook 'pre-clean'
    each_selected_installers {|inst| inst.exec_clean }
    run_hook 'post-clean'
  end