Add a Happening Now View

This commit is contained in:
Michael Ball 2020-07-30 22:31:45 -07:00
parent 0d4733b130
commit 70bde86dd6
8 changed files with 80 additions and 9 deletions

View file

@ -204,6 +204,7 @@ Osem::Application.routes.draw do
end
member do
get :events
get :happening_now
end
end
end