Moving Salmon notifications to background processing, fixing mini-profiler
behaviour with Turbolinks enabled, optimizing Rabl for production
This commit is contained in:
@ -16,7 +16,7 @@ class Auth::RegistrationsController < Devise::RegistrationsController
|
||||
end
|
||||
end
|
||||
|
||||
def after_sign_up_path_for(resource)
|
||||
def after_sign_up_path_for(_resource)
|
||||
root_path
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user