method

run_metaconfigs

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.

run_metaconfigs()
public

No documentation available.

# File actionwebservice/setup.rb, line 938
  def run_metaconfigs
    eval_file_ifexist "#{@ardir}/metaconfig"
    @packages.each do |name|
      eval_file_ifexist "#{@ardir}/packages/#{name}/metaconfig"
    end
  end