Class: Cfg
- Inherits:
-
Application
- Object
- Merb::Controller
- Application
- Cfg
- Defined in:
- app/controllers/cfg.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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 |