mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
rubocop styling
This commit is contained in:
parent
31df114ce4
commit
6d0f3021ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
class ConfirmationsController < Devise::ConfirmationsController
|
||||
protected
|
||||
|
||||
def after_confirmation_path_for(resource_name, resource)
|
||||
def after_confirmation_path_for(_resource_name, resource)
|
||||
if signed_in?
|
||||
signed_in_root_path(resource)
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue