Skip to content

Commit 1598daf

Browse files
committed
Rubocop fixes
1 parent ba02c2f commit 1598daf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/routes.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
@@ -19,7 +19,6 @@
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'

0 commit comments

Comments
 (0)