mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-07 06:47:09 +02:00
5 lines
105 B
Ruby
5 lines
105 B
Ruby
class Settings < Settingslogic
|
|
source "#{Rails.root}/config/application.yml"
|
|
namespace Rails.env
|
|
end
|