Skip to content

Commit f00f1d5

Browse files
committed
reenable scoped_views (turns out we were using them after all)
1 parent ce32649 commit f00f1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/devise.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
# Turn scoped views on. Before rendering "sessions/new", it will first check for
221221
# "users/sessions/new". It's turned off by default because it's slower if you
222222
# are using only default views.
223-
config.scoped_views = false
223+
config.scoped_views = true
224224

225225
# Configure the default scope given to Warden. By default it's the first
226226
# devise role declared in your routes (usually :user).

0 commit comments

Comments
 (0)