config/routes.rb in antispam-0.2.0 vs config/routes.rb in antispam-0.2.3

- old
+ new

@@ -1,7 +1,7 @@ -Antispam::Engine.routes.draw do - resources :clears - resources :blocks - resources :challenges - root to: 'ips#index' - get 'validate', to: 'validate#index' -end +Antispam::Engine.routes.draw do + resources :clears + resources :blocks + resources :challenges + root to: 'ips#index' + get 'validate', to: 'validate#index' +end