BenFenner / flail_web_sinatra

Web interface to Flail, the medieval exception catcher. This time using Sinatra.
0 stars 2 forks source link

filters/show displaying text "filtered_exception.first.class_name" instead of the filtered exception's class name #10

Closed wallyaltman closed 10 years ago

wallyaltman commented 10 years ago

Methinks you're missing an equals sign:

https://github.com/BenFenner/flail_web_sinatra/blob/16cf4cb/app/views/filters/show.haml#L47

BenFenner commented 10 years ago

Nice catch!