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

Remove reference to deleted generator file #149

Merged
merged 2 commits into from
Jun 17, 2023

Conversation

puffo
Copy link
Contributor

@puffo puffo commented Jun 17, 2023

After switching to the redirect strategy in #120, there was a leftover reference to the deleted file in the view generator. This causes a non-critical error when running the views generator:

$ bin/rails g passwordless:views
      create  app/views/passwordless/mailer/magic_link.text.erb
      create  app/views/passwordless/sessions/new.html.erb
Could not find "sessions/create.html.erb" in any of your source paths. Your current source paths are: ...

Here's a quick fix to remove the reference to that file.

@mikker
Copy link
Owner

mikker commented Jun 17, 2023

Good catch! Thank you for contributing a fix

@mikker mikker merged commit 5752903 into mikker:master Jun 17, 2023
3 checks passed
@puffo puffo deleted the puffo/fix-generator branch June 22, 2023 12:17
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.

None yet

2 participants