REVERT ME: Add /experiments route

This commit is contained in:
Alex Basson 2021-08-31 11:06:33 -04:00
parent 9632debe27
commit 48a6dfac57
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
class ExperimentsController < ApplicationController
def index
end
end

View file

@ -0,0 +1 @@
%h1 Alex was here