entdec / signum

Rails engine with replacement for flash messages, Signum allows for messages from background jobs.
MIT License
2 stars 0 forks source link

splatting the attributes seemed to give strange errors. #16

Closed plummip closed 6 months ago

plummip commented 6 months ago

https://github.com/boxture/server/issues/3970 Preferably we catch render the error page and return this to signum. couldnt get this to work..

      render template: "/exception", layout: "exception", status: :internal_server_error

in application controller needs a exception.html.slim in in the layouts folder. this is not present.