mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-18 01:17:12 +10:00
6 lines
151 B
Ruby
6 lines
151 B
Ruby
# Load the rails application
|
|
require File.expand_path('../application', __FILE__)
|
|
|
|
# Initialize the rails application
|
|
Ocelots::Application.initialize!
|