method

config_names

rails latest stable - Class: MetaConfigAPI

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.

config_names()
public

No documentation available.

# File actionwebservice/setup.rb, line 407
  def config_names
    ConfigTable.map {|i| i.name }
  end