This method is deprecated or moved on the latest stable version.
The last existing version (v1.2.6) is shown here.
exec_config()
public
Task <a href="/rails/Handlers">Handlers</a>
# File actionwebservice/setup.rb, line 995
def exec_config
run_hook 'pre-config'
each_selected_installers {|inst| inst.exec_config }
run_hook 'post-config'
@config.save # must be final
end