This commit is contained in:
Christoph Haas 2017-08-14 08:09:23 +02:00
parent 098afc1924
commit 193d44f89a
27 changed files with 331 additions and 707 deletions

View file

@ -0,0 +1,10 @@
class AdminController < ApplicationController
def status
end
def screenshots
end
def integration
end
end