7 lines
178 B
Ruby
7 lines
178 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Load the Rails application.
|
|
require File.expand_path('application', __dir__)
|
|
|
|
# Initialize the Rails application.
|
|
Dummy::Application.initialize!
|