File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 66 devise_for :users ,
77 class_name : BetterTogether . user_class . to_s ,
88 only : :omniauth_callbacks ,
9- controllers : { omniauth_callbacks : 'better_together/users/omniauth_callbacks' }
9+ controllers : { omniauth_callbacks : 'better_together/users/omniauth_callbacks' }
1010
1111 scope ':locale' , # rubocop:todo Metrics/BlockLength
1212 locale : /#{ I18n . available_locales . join ( '|' ) } / do
1919 class_name : BetterTogether . user_class . to_s ,
2020 controllers : {
2121 confirmations : 'better_together/users/confirmations' ,
22- # omniauth_callbacks: 'better_together/users/omniauth_callbacks',
2322 passwords : 'better_together/users/passwords' ,
2423 registrations : 'better_together/users/registrations' ,
2524 sessions : 'better_together/users/sessions'
You can’t perform that action at this time.
0 commit comments