initialize devise

This commit is contained in:
2017-03-28 01:14:45 +02:00
parent 5660d9d3d2
commit 175c9bea4f
6 changed files with 391 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
Rails.application.routes.draw do
devise_for :supporters
root to: redirect("/#{I18n.default_locale}")
namespace :admin do