7 lines
157 B
Ruby
7 lines
157 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Load the rails application
|
|
require_relative "application"
|
|
|
|
# Initialize the rails application
|
|
Rails.application.initialize!
|