mirror of
https://github.com/czhu12/canine.git
synced 2025-12-18 17:29:52 -06:00
6 lines
128 B
Ruby
6 lines
128 B
Ruby
# Load the Rails application.
|
|
require_relative "application"
|
|
|
|
# Initialize the Rails application.
|
|
Rails.application.initialize!
|