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