diff options
author | Yuki Nishijima <mail@yukinishijima.net> | 2014-09-06 19:32:49 -0700 |
---|---|---|
committer | Yuki Nishijima <mail@yukinishijima.net> | 2014-09-06 19:55:17 -0700 |
commit | 7143e0da037a0f56801023e2f8c17867814fe7b1 (patch) | |
tree | 3082429f1b7aec3e0003f50fe20ac30783f71efc /actionview | |
parent | 749e2895544a68c8ea188d709a14e486beb24b00 (diff) | |
download | rails-7143e0da037a0f56801023e2f8c17867814fe7b1.tar.gz rails-7143e0da037a0f56801023e2f8c17867814fe7b1.tar.bz2 rails-7143e0da037a0f56801023e2f8c17867814fe7b1.zip |
[guides] Use `match ..., via: :all` in the custom exceptions app [ci skip]
Using `get` results in an unexpected error page(returning empty body) for requests of other HTTP mehtods other than GET. Use `match ..., via:
:all` so the exceptions app can be more stable.
Diffstat (limited to 'actionview')
0 files changed, 0 insertions, 0 deletions