Class: Cfg

Inherits:
Application show all
Defined in:
app/controllers/cfg.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
6
# File 'app/controllers/cfg.rb', line 3

def index
  self.content_type = :text
  return SlashPort::Component.get_configs.to_yaml
end