* Require q param in /tags/filter/search route. * If not provided this route was causing a 500 error when DiscourseTagging.clean_tag was called, because .downcase was being called on the param (which was nil). * Now return a 400 error instead. |
||
|---|---|---|
| .. | ||
| assets | ||
| controllers | ||
| helpers | ||
| jobs | ||
| mailers | ||
| models | ||
| serializers | ||
| services | ||
| views | ||