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
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
Remove reference to deleted generator file
  • Loading branch information
puffo committed Jun 17, 2023
commit 365e8f2edf773db5673741608a1c355f4e15e36a
1 change: 0 additions & 1 deletion lib/generators/passwordless/views_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class ViewsGenerator < Rails::Generators::Base
def install
copy_file("mailer/magic_link.text.erb", "app/views/passwordless/mailer/magic_link.text.erb")
copy_file("sessions/new.html.erb", "app/views/passwordless/sessions/new.html.erb")
copy_file("sessions/create.html.erb", "app/views/passwordless/sessions/create.html.erb")
end
end
end
Expand Down