mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-11 08:47:06 +02:00
9 lines
186 B
Ruby
9 lines
186 B
Ruby
# Load the Rails application.
|
|
require_relative 'application'
|
|
|
|
# Load fluentd libraries & plugins
|
|
require "fluent/load"
|
|
|
|
# Initialize the Rails application.
|
|
Rails.application.initialize!
|