mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-07-14 13:05:29 +02:00
blew it ALL UP
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
class ApplicationController < ActionController::Base
|
||||
# Prevent CSRF attacks by raising an exception.
|
||||
# For APIs, you may want to use :null_session instead.
|
||||
|
||||
# protect_from_forgery with: :exception
|
||||
|
||||
def welcome
|
||||
"test"
|
||||
end
|
||||
|
||||
|
||||
|
||||
end
|
@ -1,7 +0,0 @@
|
||||
class GenerateController < ApplicationController
|
||||
|
||||
def generate
|
||||
end
|
||||
|
||||
|
||||
end
|
Reference in New Issue
Block a user