mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 19:26:04 +08:00
5 lines
153 B
Ruby
Vendored
5 lines
153 B
Ruby
Vendored
# Load the rails application
|
|
require File.expand_path('../application', __FILE__)
|
|
|
|
# Initialize the rails application
|
|
Discourse::Application.initialize!
|