spec/dummy/config/routes.rb in rails_api_auth-0.0.3 vs spec/dummy/config/routes.rb in rails_api_auth-0.0.4

- old
+ new

@@ -1,4 +1,5 @@ Rails.application.routes.draw do get '/authenticated' => 'authenticated#index' get '/custom-authenticated' => 'custom_authenticated#index' + get '/access-once' => 'access_once#index' end