blew it ALL UP

This commit is contained in:
ablwr
2014-07-31 23:22:20 -04:00
parent d2797a77c5
commit 7bdae83367
86 changed files with 118 additions and 9515 deletions

View File

@ -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

View File

@ -1,7 +0,0 @@
class GenerateController < ApplicationController
def generate
end
end