Create mission page

This commit is contained in:
rebuilt 2023-03-14 13:02:34 -07:00
parent 6d72850d3f
commit 633bc73e04
5 changed files with 3511 additions and 0 deletions

View file

@ -0,0 +1,3 @@
class MissionController < ApplicationController
def index; end
end