Fix conflict

This commit is contained in:
Juanjo Bazán
2015-07-18 21:58:43 +02:00
6 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
Rails.application.routes.draw do
devise_for :users, :controllers => { registrations: 'registrations' }
devise_for :users, controllers: { registrations: 'registrations' }
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".