mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
4 lines
129 B
Ruby
4 lines
129 B
Ruby
# This file is used by Rack-based servers to start the application.
|
|
|
|
require_relative 'config/environment'
|
|
run Rails.application
|