mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-07 06:47:09 +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!
|