mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
6 lines
158 B
Ruby
6 lines
158 B
Ruby
# Load the rails application
|
|
require File.expand_path("../application", __FILE__)
|
|
|
|
# Initialize the rails application
|
|
DanBarberPhoto::Application.initialize!
|