mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 21:47:24 +01:00
5 lines
105 B
Ruby
5 lines
105 B
Ruby
require './config/environment'
|
|
|
|
use Rack::MethodOverride
|
|
use GenerateController
|
|
run ApplicationController |