6 lines
163 B
Ruby
6 lines
163 B
Ruby
# This file is used by Rack-based servers to start the application.
|
|
|
|
require_relative 'config/environment'
|
|
$0="[postal] #{ENV['PROC_NAME']}"
|
|
run Rails.application
|