Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing controller to Devise RBI #249

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

marcelopazzo
Copy link
Contributor

Type of Change

  • Add RBI for a new gem
  • Modify RBI for an existing gem
  • Other:

Changes

closes #248

@marcelopazzo marcelopazzo requested a review from a team as a code owner June 5, 2024 21:11
@marcelopazzo marcelopazzo requested review from Morriar and egiurleo June 5, 2024 21:11
@marcelopazzo
Copy link
Contributor Author

I have signed the CLA!

# GET|POST /resource/auth/provider/callback
sig { returns(T.untyped) }
def failure; end

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh! I missed that! Fixed!


# GET|POST /resource/auth/provider/callback
sig { returns(T.untyped) }
def failure; end
Copy link
Contributor

@andyw8 andyw8 Jun 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be marked as .void ?
Nevermind, I see the existing methods are marked as untyped.

@KaanOzkan KaanOzkan merged commit def5704 into Shopify:main Jun 7, 2024
4 checks passed
@marcelopazzo marcelopazzo deleted the fix-devise-rbi branch June 7, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing OmniauthCallbacksController for Devise
3 participants