method

exec_setup

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_setup()
public

No documentation available.

# File actionwebservice/setup.rb, line 1002
  def exec_setup
    run_hook 'pre-setup'
    each_selected_installers {|inst| inst.exec_setup }
    run_hook 'post-setup'
  end