spec/dummy/config/routes.rb in social_stream-documents-0.1.12 vs spec/dummy/config/routes.rb in social_stream-documents-0.2.0

- old
+ new

@@ -1,5 +1,7 @@ Dummy::Application.routes.draw do + devise_for :users, :controllers => {:omniauth_callbacks => 'omniauth_callbacks'} + # The priority is based upon order of creation: # first created -> highest priority. # Sample of regular route: # match 'products/:id' => 'catalog#view'