heartcombo / responders

A set of Rails responders to dry up your application
http://blog.plataformatec.com.br/
MIT License
2.05k stars 156 forks source link

Fixes redirect_status config #236

Closed excid3 closed 2 years ago

excid3 commented 2 years ago

redirect_status was accidentally referring to the Rails app config instead of the Responders config.

This fixes #235

cc @rafaelfranca