Skip to content

Commit 1c3ee46

Browse files
authored
Merge pull request #255 from mamhoff/do-not-reload-routes
Do not reload routes before application startup
2 parents 361b739 + faa2ccf commit 1c3ee46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/initializers/devise.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,6 @@
143143
config.reset_password_within = 6.hours
144144

145145
config.case_insensitive_keys = [:email]
146+
147+
config.reload_routes = false
146148
end

0 commit comments

Comments
 (0)