Thanks! Good writeup! I also had to specify the method to make Rails 4 happy: match '*path', :to => 'application#routing_error', via: [:get, :post]
Thanks! Good writeup! I also had to specify the method to make Rails 4 happy:
match '*path', :to => 'application#routing_error', via: [:get, :post]