Commit faa2ccf
committed
Do not reload routes before application startup
This devise.rb initializer is run for most stores, and by setting
`reload_routes` to `false`, we can avoid Devise reloading the routes in
an initializer. Rails will do this just fine, but not in the initializer
chain.1 parent 361b739 commit faa2ccf
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
146 | 148 | | |
0 commit comments