mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
5 lines
145 B
Ruby
Executable File
5 lines
145 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
|
require_relative '../config/boot'
|
|
require 'rails/commands'
|