Sha256: d9ff6b2611b7235e35ea5cbf4e47660b1f74a9ca28b185b7380627da3d82ffc3

Contents?: true

Size: 130 Bytes

Versions: 2

Compression:

Stored size: 130 Bytes

Contents

class Cfg < Application

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

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slashport-0.15.12 app/controllers/cfg.rb
slashport-0.15.10 app/controllers/cfg.rb