spec/dummy/config/routes.rb in rails_api_auth-0.0.2 vs spec/dummy/config/routes.rb in rails_api_auth-0.0.3
- old
+ new
@@ -1,3 +1,4 @@
Rails.application.routes.draw do
- get '/authenticated' => 'authenticated#index'
+ get '/authenticated' => 'authenticated#index'
+ get '/custom-authenticated' => 'custom_authenticated#index'
end