saxifrage / cityasacampus

An open-source platform for connecting and showcasing resources within local learning communities.
http://cityasacampus.org/
5 stars 4 forks source link

handles 404 #397

Open MatthewVita opened 8 years ago

MatthewVita commented 8 years ago

@dmtroyer or @whit537

basically instead of serving up explicit 404, 500, etc pages, this PR just tells Angular and Rails to redirect to the home page of the Angular SPA.

A bit cheap, but should be fine for the MVP.

Thoughts?