add research page

This commit is contained in:
rebuilt 2022-11-21 16:44:27 -08:00
parent 58ebe4df1a
commit a173740ded
12 changed files with 63 additions and 1 deletions

View file

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