mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
6 lines
142 B
Text
6 lines
142 B
Text
|
|
#!/usr/bin/env ruby
|
||
|
|
|
||
|
|
APP_PATH = File.expand_path('../config/application', __dir__)
|
||
|
|
require_relative '../config/boot'
|
||
|
|
require 'rails/commands'
|